Microsoft Azure Data Fundamentals — Question 178
Structured data where each row represents a single data entity uses which type of schema?
Answer options
- A. XML
- B. tabular
- C. blob
- D. JSON
Correct answer: B
Explanation
The correct answer is B, tabular, as it effectively organizes data into rows and columns, facilitating easy access and manipulation. XML, blob, and JSON represent different data structures and formats that do not inherently display data in a tabular format, making them unsuitable for this specific scenario.