IT Placement Papers SAP ABAP
This category contains ABAP Interview Questions and Answers |
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.
Only registered users can write comments. Please login or register.
|