What is a Flat File Database
A flat file database is a database where all the data is stored in a single table.
+ Easy and quick to create
+ Can be made in non specialist software
What is a relational database?
Relational databases split data up into smaller tables that are linked together
What is a primary key and a foreign key?
A primary key is a unique identifier for a specific record.
A foreign key is any field in a table which is the primary key in another table.
What is database views
A database views allows a number of tables and records to be restricted so only certain users can see certain sets of data.