What is Group by in Select statement using SAP database?

Submitted by: Administrator
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()
Submitted by: Administrator

Read Online SAP Database Job Interview Questions And Answers