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
What is open database communication (odbc) in oracle?
How can I combine multiple rows into a comma-delimited list in oracle?
How to define a cusotmer as a supplier in ORACLE R12
How to create a server parameter file?
Can multiple cursors being opened at the same time?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
How to get a create statement for an existing table?
What are temporal data types in oracle?
What is bulk load in oracle?
What is the difference between sharding and partitioning?
Differentiate between post-database commit and post-form commit?
What is oracle rownum?
How to omit columns with default values in insert statement in oracle?
How to assign a tablespace to a users in oracle?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?