SAP Database Question:
Download Questions PDF

What is Group by in Select statement using SAP database?

Answer:

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()

Download SAP Database Interview Questions And Answers PDF

Previous QuestionNext Question
When spool buffer is full and new spool request is raised what happens to the request ?Select statement to read data into internal tables. Types of Select statements?