Microsoft
70-466 · Question #153
70-466 Question #153: Real Exam Question with Answer & Explanation
Sign in or unlock 70-466 to reveal the answer and full explanation for question #153. The question stem and answer options stay visible for context.
Build an analysis services database
Question
A production SQL Server Analysis Services (SSAS) cube is processed daily. The users query products by using a hierarchy named Products from a dimension named Product. The DimProduct table in the data source view is used as the source of the Product dimension. The table has the following structure:
CREATE TABLE [dbo].[DimProduct](
[DimensionKey] [int] IDENTITY(1,1) NOT NULL,
[ProductKey] [int] NOT NULL,
[ProductName] varchar NOT NULL,
[SubcategoryKey] [int] NOT NULL,
[SubcategoryName] varchar NOT NULL,
[CategoryKey] [int] NOT NULL,
[CategoryName] varchar NOT NULL
) ON [PRIMARY]
The Product dimension has three attribute hierarchies:
- Product
- Subcategory
- Category
Options
- ADelete the Products hierarchy.
- BRelate the Subcategory and Category attributes directly to the Product attribute.
- CRemove the duplicate data from the DimProduct table.
- DRemove the Subcategory attribute.
Unlock 70-466 to see the answer
You've previewed enough free 70-466 questions. Unlock 70-466 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.
Topics
#attribute relationships#dimension hierarchy#SSAS#balanced hierarchy