Bird
0
0

Which of the following is a key reason to use primary keys in database tables?

easy📝 Conceptual Q11 of 15
SQL - Database Design and Normalization
Which of the following is a key reason to use primary keys in database tables?
ATo store large amounts of text data
BTo create duplicate records easily
CTo speed up the database server hardware
DTo uniquely identify each record in the table
Step-by-Step Solution
Solution:
  1. Step 1: Understand the role of primary keys

    Primary keys uniquely identify each row in a table, preventing duplicates.
  2. Step 2: Compare options with primary key purpose

    Only To uniquely identify each record in the table describes uniqueness, which is the main purpose of primary keys.
  3. Final Answer:

    To uniquely identify each record in the table -> Option D
  4. Quick Check:

    Primary key = unique record ID [OK]
Quick Trick: Primary keys always ensure unique records [OK]
Common Mistakes:
  • Thinking primary keys store large text
  • Confusing primary keys with performance hardware
  • Believing primary keys allow duplicates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SQL Quizzes