CBSE Class 12 Informatics Practices
Question 30 of 79
Database Query using SQL — Question 1
Back to all questionsAscending
Reason — By default, ORDER BY clause sorts the result set in ascending order. Since the query does not include DESC, the data will be sorted in ascending order based on the ROLL_NO column.