Answer Posted / sushma s
select * from emp where rownum<=2
minus
select * from emp where rownum<2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
give the syntax of grant and revoke commands? : Sql dba
What is a sql select statement?
How do you break a loop in pl sql?
What does 0 mean in sql?
What are records give examples?
Explain the types of joins in sql?
How many primary keys can a table have?
Does user triggers have entry for trigger with compilation errors?
Why cross join is used?
How to select all records from the table?
How do I start pl sql?
how to increment dates by 1 in mysql? : Sql dba
Enlist the data types that can be used in pl/sql?
How do you optimize a query?
what is try_catch block in procedure