Relational database Flashcards
What is a table?
The representation of an entity within a database that is a structure for storing attributes
What is a field?
A single item of data from a record
What is a flat file database?
A database made of one table
What is a relational database?
A database made up of two or more related tables
What is the benefits of using relational databases over flat file databases?
Less data entry
Less data duplication
Less storage required
Less inconsistency in the data
What is a primary key?
An attribute used to uniquely identify a record
What is a composite key?
A primary key made of two or more attributes
What is a foreign key?
An attribute in one table that links to a primary key in another