Bird
0
0

Which of the following is a common reason to use a one-to-one relationship in database design?

easy📝 Conceptual Q2 of 15
SQL - Table Relationships
Which of the following is a common reason to use a one-to-one relationship in database design?
ATo allow multiple records in one table to link to one record in another
BTo split a large table into smaller related tables for better organization
CTo store multiple addresses for a single customer
DTo create many-to-many relationships between tables
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of one-to-one relationships

    One-to-one relationships are often used to split data logically, such as separating sensitive or optional data into another table.
  2. Step 2: Match the correct reason

    Splitting a large table into smaller related tables improves organization and can enhance performance.
  3. Final Answer:

    To split a large table into smaller related tables for better organization -> Option B
  4. Quick Check:

    One-to-one use case = splitting tables [OK]
Quick Trick: Use one-to-one to split large tables logically [OK]
Common Mistakes:
MISTAKES
  • Confusing one-to-one with one-to-many or many-to-many
  • Thinking one-to-one allows multiple related records
  • Assuming one-to-one is for storing multiple addresses

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SQL Quizzes