CBSE Class 12 Informatics Practices
Question 70 of 79
Database Query using SQL — Question 1
Back to all questionsFalse
Reason — The SQL ORDER BY clause is used to sort data in ascending or descending order based on one or more columns. To group records with identical values, the GROUP BY clause is used.