|
What is the difference between group by and order by ?
COBOL SQL Interview Questions
(Continued from previous question...)
What is the difference between group by and order by ?
Group by controls the presentation of the rows, order by controls the presentation of the columns for the results of the SELECT statement.
(Continued on next question...)
Other Interview Questions
|