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 to pronounce postgresql?
What is Collation Sensitivity ? What are the various type ?
Name the different types of indexes in sql and define them.
What is a natural join sql?
explain about mysql and its features. : Sql dba
Describe different types of general function used in sql?
Is crud a cuss word?
Can we perform dml in function?
What are instead of triggers?
What will you get by the cursor attribute sql%notfound?
Why left join is used in sql?
What is prepared statement in sql?
Explain sql data types?
How many joins in sql?
What are the benefits of pl/sql packages?