Exam: DP-900: Microsoft Azure Data Fundamentals 0 Likes
Your company is designing a data store that will contain student data. (DP-900)
Your company is designing a data store that will contain student data. The data has the following format.
Which type of data store should you use?
A. graph
B. key/value
C. object
D. columnar
Solution
Correct answer: D. columnar.
A column-family database (answer D) is the most appropriate choice for this data format due to its ability to handle sparse, denormalized, and semi-structured data effectively.
Category: Core Data Concepts