Match each database concept to its description.
Drag a concept onto its matching description — or click a concept then click the description.
Uniquely identifies each record
Links two tables together
Speeds up data retrieval
Requests data from a database
Why these pairings
The correct matches are: Table (rows/columns), Primary Key (unique identifier), Foreign Key (link to another table), Query (data request). Common confusions include mixing up primary and foreign keys.