nerdexam
Exams70-463Questions#2
Microsoft

70-463 · Question #2

70-463 Question #2: Real Exam Question with Answer & Explanation

Sign in or unlock 70-463 to reveal the answer and full explanation for question #2. The question stem and answer options stay visible for context.

Question

You are implementing the indexing strategy for a fact table in a data warehouse. The fact table is named Quotes. The table has no indexes and consists of seven columns: - [ID] - [QuoteDate] - [Open] - [Close] - [High] - [Low] - [Volume] Each of the following queries must be able to use a columnstore index: SELECT AVG ([Close]) AS [AverageClose] FROM Quotes WHERE [QuoteDate] BETWEEN '20100101' AND '20101231'. SELECT AVG([High] - [Low]) AS [AverageRange] FROM Quotes WHERE [QuoteDate] BETWEEN '20100101' AND '20101231'. SELECT SUM([Volume]) AS [SumVolume] FROM Quotes WHERE [QuoteDate] BETWEEN '20100101' AND '20101231'. You need to ensure that the indexing strategy meets the requirements. The strategy must also minimize the number and size of the indexes. What should you do?

Options

  • ACreate one columnstore index that contains [ID], [Close], [High], [Low], [Volume], and
  • BCreate three coiumnstore indexes:
  • CCreate one columnstore index that contains [QuoteDate], [Close], [High], [Low], and [Volume].
  • DCreate two columnstore indexes:

Unlock 70-463 to see the answer

You've previewed enough free 70-463 questions. Unlock 70-463 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 70-463 Practice