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 mysql optimizes distinct? : Sql dba
what is the syntax used for partition in tsql? : Transact sql
How do I audit the sql sent to the server?
What is auto increment?
What is dcl in sql?
What is informix sql?
Are stored procedures faster than queries?
How many sql commands are there?
What do you mean by “trigger” in sql?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Which kind of parameters cannot have a default value in pl sql?
How many scalar data types are supported in pl/sql?
What is a sql instance vs database?
Which data type is a composite type?
what are null values? : Sql dba