adspace
Answer Posted / Vaneet Parkash
Rollup and Cube are aggregate functions in T-SQL used for grouping and summarizing data. Rollup generates a summary row for each group, including the total of all groups. Cube generates a pivot table that displays cross-tabulated group results.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how many tables will create when we create table, what are they? : Sql dba
What is the current version of sql?
What is the current version of postgresql?
what are aggregate and scalar functions? : Sql dba
How do I remove duplicates in two columns?
If a cursor is open, how can we find in a pl/sql block?
Can we use distinct and group by together?
Can we rollback truncate?
Does group by remove duplicates?
what is bcp? When does it used? : Sql dba
What is your daily office routine?
how to start mysql server? : Sql dba
Is primary key always clustered index?
how to use regular expression in pattern match conditions? : Sql dba
Is primary key clustered index?