Multiple choice technology databases select rownum from dual; It will show one row but no no column,no value-,not even NULL value NULL 0 1 Reveal answer Fill a bubble to check yourself D Correct answer Explanation ROWNUM is a pseudo-column that assigns a number to each row returned. DUAL has one row, so ROWNUM=1 for that row. The query returns 1.