1.7 Databases

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:10 PM on 4/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Database

An organised collection of data which can be accessed in many different ways.

2
New cards

Flat Files

Database where all the data is stored in a single table. Column headings are field name.

3
New cards

Problems of Flat Files

  • Data Duplication

  • Inconsistencies can arise

  • Restrictive

4
New cards

Flat Files Data duplication

Data is entered more than necessary

5
New cards

Flat files inconsistencies

A change of data could result in some records having the updated data whilst others having the old one.

6
New cards

Flat Files Restrictive

Only suitable for small and simple stores of data

7
New cards

Relational Files

A large collection of data items stored in two or more tables, containing links so links so data can be accessed more ways.

8
New cards

Disadvantages of Relational

  • More complex

  • Expensive

9
New cards

Data Consistency

Certain data can be found in many tables simultaneously. If one data is changed, all locations of that data must also be changed. If there is no central pool of data, the database may soon be inconsistent.

10
New cards

Data Redundancy

Process of reducing redundant data, not completely eliminating duplication.

11
New cards

Data Integrity

Refers to the correctness of the data. Once an inaccurate data is discovered, the user starts to lose faith in all the data.

12
New cards

Data Independence

The changing of data without changing the application which processes that data.

13
New cards

Primary Key

A piece of information unique to that record in a database

14
New cards

Foreign Key

Any field which is a primary key in another table

15
New cards

Views of Database Systems

The process of restricting access to certain users

16
New cards

Advantages of Views of Databases

Allows only that part of the database to be read/edited/deleted
Users can only edit parts of the records
May link tables to form a table in the user’s view

17
New cards

Disadvantages of Views of Databases

Users with limited access may struggle to analyse data

18
New cards

First Normal Form

All recorded data are referenced by a key

19
New cards

Second Normal Form

Attributes depend on the entire key

20
New cards

Third Normal Form

Depend on nothing, but the key