Bird
0
0

Why does DynamoDB require a primary key when creating a table?

hard📝 Conceptual Q10 of 15
AWS - DynamoDB
Why does DynamoDB require a primary key when creating a table?
ATo define the table's billing mode
BTo specify the encryption method
CTo enable auto scaling
DTo uniquely identify each item in the table
Step-by-Step Solution
Solution:
  1. Step 1: Understand primary key purpose

    The primary key uniquely identifies each item, ensuring no duplicates.
  2. Step 2: Eliminate unrelated options

    Billing mode, auto scaling, and encryption are unrelated to primary key function.
  3. Final Answer:

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

    Primary key = unique item ID [OK]
Quick Trick: Primary key uniquely identifies items [OK]
Common Mistakes:
  • Confusing key with billing or encryption
  • Assuming key enables auto scaling
  • Ignoring uniqueness requirement

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes