4.10 Fundamentals of databases Flashcards
What is a database?
Is an organised collection of data
Is a dynamic data structure
What is an entity?
An object, person or event or thing of interest to an organisation about which data has to be stored
What is an attribute?
A relevant property or characteristic of an entity by which it can be identified and described
What is a primary key?
A field in a database table that acts as a unique identifier for each record
A primary key can also never be repeated within a table
What is a foreign key?
A foreign key is the primary key field of one table that appears in another table to make a link between tables
What is a composite key?
Composite keys are made up of more than one attribute