Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.Change the following MDX query to pivot the Date dimension to rows. SELECT ([Product].[Category].[Category], [Date].[Calendar].[Calendar Year]) ON COLUMNS, [Customer].[Country].[Country] ON ROWS FROM [Adventure Works] WHERE

1.Change the following MDX query to pivot the Date dimension to rows.

SELECT ([Product].[Category].[Category], [Date].[Calendar].[Calendar Year]) ON COLUMNS, [Customer].[Country].[Country] ON ROWS FROM [Adventure Works] WHERE [Measures].[Internet Sales Amount]

2. Which of the following statements is correct about MDX?

A.An MDX query must specify the ROWS axis ("ON ROWS") in the SELECT clause

B.An MDX query must specify both ROWS axis (on rows) and COLUMNS axis (on columns) in the SELECT clause

C.An MDX query must specify the COLUMNS axis ("ON COLUMNS") in the SELECT clause

D.An MDX query cannot have a ROWS axis (on rows) without a COLUMNS axis (on columns) in the SELECT clause

3.Which of the following application cannot be used as an OLAP client?

A. SSAS

B.SSMS

C. SSRS

D. Excel

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions

Question

What are the types of forms of communication ?

Answered: 1 week ago

Question

Explain the process of MBO

Answered: 1 week ago