Answer Posted / subhani
some of above have used corelated subqueries but it is not
recommonded to use.
best way is
select * from emp where rownum<=5
minus
select * from emp where rownum<5;
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of disabling a trigger?
Is pl sql a scripting language?
What is serial sql?
Is sql low level language?
What are character functions in sql?
What is cte?
What is string join?
Which sorts rows in sql?
What is the command used to fetch the first 5 characters of a string?
What do you mean by dbms? What are its different types?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
Difference between global and parameter variables?
how to run 'mysql' commands from a batch file? : Sql dba
what are aggregate and scalar functions? : Sql dba
Lookups are a key component in sql server integration services (ssis). Explain its purpose?