All but one of the following is true about the WITH ROLLUP operator. Which one is it?
a
It is part of standard SQL.
b
It adds a summary row for each group specified in the GROUP BY clause.
c
It is coded on the GROUP BY clause.
d
It adds a summary row to the end of the result set.