Answer Posted / rajeev thakur
(select * from emp where rownum<3) minus (select * from emp
where rownum<2);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I view tables in sql developer?
How do I find duplicates in sql?
Why is sql important?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Can %notfound return null after a fetch?
How to convert comma separated string to array in pl/sql?
How do I run a program in pl sql?
What is the limitation on the block size of pl/sql?
How many joins can you have in sql?
What is not null in sql?
What are the advantages of indexing?
Why truncate is faster than delete?
What is constant in pl sql?
Is it possible for a table to have more than one foreign key?