CBSE Class 12 Informatics Practices
Question 11 of 90
Querying Using SQL — Question 4
Back to all questions{1, 2, 3, 4, 6, 7, 9}
Reason — The ORDER BY clause in SQL sorts the result set based on the specified column(s) in ascending order by default. In the given query, the emp_id column is specified in the ORDER BY clause. Therefore, the query will sort the emp_id values in ascending order.