rdbms

ORDER BY Clause

The SQL ORDER BY clause is used to sort the data in ascending or descending order, based on one or more columns. Some databases sort the query results in an ascending order by default.

Posted September 22, 2022 by Anusha and Rohith ‐ 2 min read

sql rdbms order-by

GROUP BY Clause

The SQL GROUP BY clause is used in collaboration with the SELECT statement to arrange identical data into groups. This GROUP BY clause follows the WHERE clause in a SELECT statement and precedes the ORDER BY clause.

Posted September 22, 2022 by Anusha and Rohith ‐ 2 min read

sql rdbms group-by

Subscribe For More Content