nerdexam
Microsoft

70-460 · Question #5

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…

The correct answer is C. Design a fact table with 10 dimensional key columns and 5 measure columns. See the full explanation below for the reasoning.

Question

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.)

Options

  • ADesign a fact table with 5 dimensional key columns and 10 measure columns.
  • BDesign a fact table with 5 dimensional key columns and 10 measure columns.
  • CDesign a fact table with 10 dimensional key columns and 5 measure columns.
  • DDesign a fact table with 10 dimensional key columns and 5 measure columns.

How the community answered

(44 responses)
  • A
    7% (3)
  • B
    5% (2)
  • C
    80% (35)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full 70-460 Practice