Answer Posted / vasu
select * from emp a where &nth in(select count(b.sal) from
emp b where b.sal<=a.sal);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to define an oracle sub procedure?
How to do paging with oracle?
How oracle handles dead locks?
Can we connect to ORACLE db using Windows Authentication?
How to convert character types to numeric types?
What is oracle host variable?
What suggestions do you have to reduce the network traffic?
How can I get column names from a table in oracle?
Why do we need oracle client?
Can group functions be mixed with non-group selection fields?
Differentiate between function and procedure in oracle.
What is the parameter mode that can be passed to a procedure?
How to install oracle odbc drivers?
Can you drop an index associated with a unique or primary key constraint?
What is memory advisor in Oracle?