Câu 59: 70-463: MCSA Implementing a Data Warehouse with Microsoft SQL Server 20122014
You are designing a data warehouse hosted on SQL Azure. The data warehouse currently includes the dimUser and dimDistrict dimension tables and the factSales fact table. The dimUser table contains records for each user permitted to run reports against the warehouse; and the dimDistrict table contains information about…
Nội dung câu hỏi
You are designing a data warehouse hosted on SQL Azure. The data warehouse currently includes the dimUser and dimDistrict dimension tables and the factSales fact table. The dimUser table contains records for each user permitted to run reports against the warehouse; and the dimDistrict table contains information about sales districts. The system is accessed by users from certain districts, as well as by area supervisors and users from the corporate headquarters. You need to design a table structure to ensure that certain users can see sales data for only certain districts. Some users must be permitted to see sales data from multiple districts. What should you do?
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.
- A. Add a district column to the dimUser table.
- B. Partition the factSales table on the district column.
- C. Create a userDistrict table that contains primary key columns from the dimUser and dimDistrict tables. — đáp án hiện tại
- D. For each district, create a view of the factSales table that includes a WHERE clause for the district.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.