Answer Posted / anil
select * from emp where rownum <=5 minus
select * from emp where rownum <5
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What operators deal with null?
Are dml statements autocommit?
How do you create a db file?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
Name some usages of database trigger?
What is bind variable in pl sql?
Show how functions and procedures are called in a pl/sql block.
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
Can we connect to postgresql using sql developer?
List the various privileges that a user can grant to another user?
Why is partition used in sql?
how to use regular expression in pattern match conditions? : Sql dba
Which one is better sql or oracle?
Explain mutating table error.
How do you create an update query?