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
What is primary key in db?
What operating systems are supported by oracle sql developer?
Why plvtab is considered as the easiest way to access the pl/sql table?
what is a cursor? : Sql dba
What is index example?
What are the disadvantages of not performing database normalization?
What is fmtonly in sql?
What is trigger in pl sql with examples?
What is the limitation on the block size of pl/sql?
What is minus?
What is forward declaration in pl sql?
Can cursors be part of a trigger body?
What happens when a trigger is associated to a view?
What is a record in a database?
How many types of triggers exist in pl/sql?