IT Placement Papers SAP Database
This category contains SAP Database Interview Questions and Answers |
What is “Group by” in Select statement?
|
|
|
|
|
A "group by" is used to group selected rows in a table to perform arg functions on them. Rows not included in the "group by" clouse and not part of ARG functions cannot be used ...(logical grouping of data) or orerations performed (on groups of data) can be used with the "HAVING" clause to further refine the output.
ex of some ARG functions : SUM() , MIN(),MAX(), AVG()
Only registered users can write comments. Please login or register.
|