Multiple choice technology databases

While doing an ascending order sort on a column having NULL values, where does the NULLs show up in the result set?

  1. Last

  2. Beginning

  3. NULLs wont be displayed

  4. Cant say

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Oracle, when sorting in ascending order (ASC), NULL values are treated as greater than all non-NULL values and appear at the end of the result set.