Interview Questions

In the ‘select’ statement what is “group by”?

SAP ABAP questions and answers


(Continued from previous question...)

In the ‘select’ statement what is “group by”?

Group by clause is used to fetch the data from the table by the specified field
ex.select count (*) from emptable group by deptno where deptno = 1.
It is used to find the number of employees present in the specified department no.

(Continued on next question...)

Other Interview Questions