You are designing a fact table in a SQL Server database. The fact table must meet the following requirements: ✑ Include

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

You are designing a fact table in a SQL Server database. The fact table must meet the following requirements: ✑ Include

Post by answerhappygod »

You are designing a fact table in a SQL Server database.
The fact table must meet the following requirements:
✑ Include a columnstore index.
✑ Allow users to choose up to 10 dimension tables and up to five facts at one time.
✑ Maximize performance of queries that aggregate measures by using any of the 10 dimensions.
✑ Support billions of rows.
Use the most efficient design strategy.

You need to design the fact table to meet the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
You Are Designi 1
You Are Designi 1 (116 Bytes) Viewed 100 times
A. Design a fact table with 5 dimensional key columns and 10 measure columns. Place the columnstore index on the dimensional key columns.
B. Design a fact table with 5 dimensional key columns and 10 measurecolumns. Place the columnstore index on the measure columns.
C. Design a fact table with 10 dimensional key columns and 5 measure columns. Place the columnstore index on the dimensional key columns and the measure columns.
D. Design a fact table with 10dimensional key columns and 5 measure columns. Place the columnstore index on only the measure columns.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply