nerdexam
CompTIA

DA0-001 · Question #547

A data architect is designing a data solution for a retail clothing store chain. Each store has a database that tracks sales transactions. The data architect needs to create a summary table that…

The correct answer is B. A primary key. A primary key ensures that each record in the summary table is unique, preventing duplicate store information while providing a reliable identifier for each store.

Data Concepts and Environments

Question

A data architect is designing a data solution for a retail clothing store chain. Each store has a database that tracks sales transactions. The data architect needs to create a summary table that will be used for a senior executive dashboard. The summary table should not contain duplicate store information. Which of the following should the data architect create?

Options

  • AA check constraint
  • BA primary key
  • CA foreign key
  • DA unique constraint

How the community answered

(57 responses)
  • A
    4% (2)
  • B
    93% (53)
  • C
    2% (1)
  • D
    2% (1)

Explanation

A primary key ensures that each record in the summary table is unique, preventing duplicate store information while providing a reliable identifier for each store.

Topics

#Database design#Primary key#Data integrity#SQL constraints

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice