Multiple choice technology databases

Which of the following are valid pseudocolumns in oracle?

  1. rowid

  2. row_num

  3. sl_no

  4. rownum

  5. sid

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

In Oracle SQL, rowid (the unique physical address of a row) and rownum (the sequential order number of a retrieved row) are valid built-in pseudocolumns. row_num, sl_no, and sid are not standard pseudocolumns.