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: 131  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Relational D.B.M.S. — 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?