What is a Flatfile DB?
A database that consists of only one table.
What are the issues with Flat file DBs?
In larger databases they cause problems such as:
Name and describe the three anomalies
How can we avoid anomalies?
By designing relational DBs that use two or more linked tables to store data.
Name the 5 field types
BOB NEVER TWO TIMES DATES
What is a primary key?
A field that is used to uniquely identify every record in a database
What is a foreign key?
Primary key from one table that appears in another table to link the two together.
What is a field?
Smallest unit of storage in a database
What is a record?
Column of values, usually belonging to a particular field.