Q: Which type of database storage structure is optimized for column-wise data storage?
-
A
Row-oriented
-
B
Conventional
-
C
Column-oriented
-
D
Index-based
C
Answer:
C
Explanation:
Column-oriented database storage structures are optimized for column-wise data storage.
Instead of storing data row by row, they store data column by column.
This structure is beneficial for analytical workloads that involve aggregations, data compression, and selective column retrieval.
Related Topic:
Share Above MCQ