SELECT item name, color, clothes SIZE, SUM(quantity) FROM sales GROUP BY rollup(item name, color, clothes SIZE); How many grouping is possible in this rollup?

🎲 Try a Random Question  |  Total Questions in Quiz: 37  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Data warehouse and Data mining: ETL Process and OLAP — practice the complete quiz, review flashcards, or try a random question.


SELECT item name, color, clothes SIZE, SUM(quantity) FROM sales GROUP BY rollup(item name, color, clothes SIZE); How many grouping is possible in this rollup?