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
O/p of the below query ?? select 'a''a' from dual;
select "aa" from dual ?