Which database design principle guarantees that every record in a table can be uniquely identified?
Enforcing referential integrity constraints
Denormalizing the data
Normalizing the data
Using unique keys

Database Management Systems Exercises are loading ...