Microsoft Azure Data Fundamentals — Question 234
In Azure Table storage, each row in a table must be uniquely identified by which two components? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. a partition key
- B. a range
- C. a row key
- D. a timestamp
Correct answer: A, C
Explanation
The correct answers are A and C because in Azure Table storage, each row is uniquely identified by a combination of the partition key and the row key. Options B and D are not correct as a range does not uniquely identify a row, and a timestamp is not required for unique identification.