What is the primary key?
A unique identifier (field) for each record in a table
What is a foreign key?
A field in one table that uniquely identifies a record in another table (i.e. is the primary key in another table)
What is a relational database?
A database that uses foreign keys to link multiple different tables together
What is a compound key?
A key that consists of two or more fields used to identify a record uniquely
What is unstructured data? (name some examples)
Data without a clear structure (e.g. emails, images, PPTs)