CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 20: 70-467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

You are modifying a star schema data mart that feeds order data from a SQL Azure database into a SQL Server Analysis Services (SSAS) cube. The data mart contains two large tables that include flags and indicators for some orders. There are 100 different flag columns, each with 10 different indicator values. Some flags…

Nội dung câu hỏi

You are modifying a star schema data mart that feeds order data from a SQL Azure database into a SQL Server Analysis Services (SSAS) cube. The data mart contains two large tables that include flags and indicators for some orders. There are 100 different flag columns, each with 10 different indicator values. Some flags reuse indicators. The tables both have a granularity that matches the fact table. You have the following requirements: ✑ Allow users to slice data by all flags and indicators. ✑ Modify the date dimension table to include a surrogate key of a numeric data type and add the surrogate key to the fact table. ✑ Use the most efficient design strategy for cube processing and queries. You need to modify the schema. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Define the surrogate key as an INT data type. Combine the distinct flag/indicator combinations into a single dimension. — đáp án hiện tại
  2. B. Define the surrogate key as an INT data type. Create a single fact dimension in each table for its flags and indicators.
  3. C. Define the surrogate key as a BIGINT data type. Combine the distinct flag/indicator combinations into a single dimension.
  4. D. Define the surrogate key as a BIGINT data type. Create a single fact dimension in each table for its flags and indicators.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề