This question-specific review guide is tied to the answer reasoning for a PracticeTestVault item. Use it after you answer the question so the review stays focused on what the prompt actually tested.
What this question is testing
Objective: Describe core data concepts
Prompt focus: A company stores customer purchase records in tables where each row represents one transaction and each column has a defined data type. Which type of data does this best describe?
Why the correct answer works
Structured data
Correct. Structured data adheres to a rigid schema of rows and columns with defined data types, exactly as described for the transaction table.
Why the tempting wrong answer fails
Unstructured data has no predefined schema, such as images, video, or free-form text files.
Plain-language takeaway
Data that conforms to a fixed schema of rows and columns with strongly typed fields is structured data, the classic form stored in relational databases.
Simple analogy
Think of describe core data concepts like following a short checklist: identify the clue, confirm the rule, and then make the move that fits this exact scenario.
How to review it before a retake
- Underline the command word and name what the question is asking before rereading the choices.
- Compare the correct answer against the closest distractor and write the exact detail that separates them.
- Retest this objective with a fresh question without looking at the rationale first.