What is a flat file database?
When all data is stored in a single table
What are the disadvantages of using a flat file database? (2)
Unnecessary duplication of information and the possibility of data inconsistency
What is a relational database?
When data is stored in more than one table
What is a key field?
A field that uniquely identifies a table
What is a foreign key?
A field that is not the key field in its own table but is in another table
What are the three types of relationships?