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 many sql dml commands are supported by 'mysql'? : Sql dba
Is pl sql different from sql?
What is sqlexception in java?
What are three advantages to using sql?
how to start mysql server? : Sql dba
Show the cursor attributes of pl/sql.
How do I install sql?
Can you have more than one trigger on a table?
What is attribute indicator in pl sql?
What is the difference between inner join and natural join?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
Explain what is an index?
What is sql and its types?
How many row comparison operators are used while working with a subquery?
how to create a new table by selecting rows from another table in mysql? : Sql dba