Answer Posted / nusrath sultana
select * from emp
where &n=(select count(distinct(sal)) from emp b
where emp.sal<b.sal)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between $oracle_base and $oracle_home?
How to define an oracle cursor variable?
When do I need to use a semicolon vs a slash in oracle sql?
How data locks are respected in oracle?
How to delete a column in an existing table?
What are the attributes of the cursor?
How to find out what oracle odbc drivers are installed?
How to define default values for formal parameters?
What are the different types of trigger and explain its various uses and functions?
How to call a stored function with parameters?
Query to retrieve record for a many to many relationship ?
What are the ansi data types supported in oracle?
How to connect asp pages to oracle servers?
What do you mean by redo log file mirroring?
How to export data to a csv file?