Question 1 of 25
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?
Show answer
How others answered
- D76%
- C16%
Explanation
Key/Value is not correct: The records habe multiple attributes, in Key/Value store you can just store one attribute. Most appropiate aswer would be Document, because attributes are not consistent in records. Since Document is not a choice, another alternative is table storage (allowing NULL values for selected columns)
Adapted from community discussion by cmohl2013 · 2022-11-24 · 9 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.
Supporting references


















