Key Terms
Key Terms
A key field
is a field
that is
unique for
a
particular
record in a
database
An
example is
a file of
children in
a school
These are needed to make each record unique
A flat file database only contain one table of data. One record is the complete
information about a product
An advantage is they are simple to create
2 disadvantages of a flat file database are when a record is deleted a lot of data
may be deleted and there is often a lot of duplicate data in a table. It wastes
time repeating same data
A relational database is where not all the info is stored in a file or tables instead
its stored in serval tabs with links to others.
An advantage is that the data is not repeated
2 disadvantages are that it can get complicated and that it can be hard to use
2 fields are reg number and make
The key field is the reg number
Carrying on
A key field is a unique piece of data in a record also known as a primary
key
A flat file database which consists of only one file (table)
A relational database is a database which consists of more than one file
(table)