Microsoft Azure Data Fundamentals — Question 131
You have structured data in tabular format.
What represents an individual instance of a data entity?
Answer options
- A. a column
- B. a table
- C. a cell
- D. a row
Correct answer: D
Explanation
The correct answer is D, as a row in a table represents a single instance of a data entity, containing all the information for that specific entry. A column (A) defines a data attribute, while a table (B) is the overall structure, and a cell (C) holds a specific data point rather than representing an entire instance.