How many rows records the following query will display.. select * from TEMP where rownum in (1,3); N.R. Temp table has 30 records
1 row
NULL
0 row
3 rows
30 rows
2 rows