which one is the advantage of datawarehouse?
-
less joins
-
more indexes
-
both
-
none
C
Correct answer
Explanation
Data warehouses use denormalized schemas (star and snowflake schemas) which reduce the number of joins needed for queries. They also create numerous indexes to optimize query performance on large datasets. Both fewer joins and more indexes are key architectural advantages that enable fast analytical queries.