Which of the following keyword is used in Oracle SQL to sort the result-set in…
2018
Which of the following keyword is used in Oracle SQL to sort the result-set in ascending or descending order?
- A.
MANGE
- B.
SORT
- C.
ARRANGE
- D.
ORDER BY
Attempted by 433 students.
Show answer & explanation
Correct answer: D
The correct keyword is ORDER BY. This clause sorts the result-set in ascending or descending order based on specified columns.