DEVFYI - Developer Resource - FYI

How many rows will the following SQL return : Select * from emp Where rownum

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

48.How many rows will the following SQL return :
Select * from emp Where rownum < 10;

9 rows

(Continued on next question...)

Other Interview Questions