Tag: databases
Questions Related to databases
How many rows records the following query will display.. select * from TEMP where rownum in (1,3,3,2) N.R. Temp table has 30 records
select dummy from dual minus select * from dual what would be output ?