1.

In SQL the cross-tabs are created using(a) Slice(b) Dice(c) Pivot(d) All of the mentionedThe question was posed to me in an online interview.This question is from OLAP topic in division SQL : Queries, Constraints and Triggers of Database Management

Answer»

The correct option is (a) Slice

Explanation: PIVOT (SUM(quantity) for color in (’dark’,’pastel’,’WHITE’)).



Discussion

No Comment Found

Related InterviewSolutions