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 view all columns in an existing table?
What are the advantages of oracle?
Name the three major set of files on disk that compose a database in Oracle?
How to get a list of all background sessions in the database?
Define oracle database
Calculate difference between 2 date / times in oracle sql?
What is the implicit cursor in oracle?
What is a table index?
Is there a function to split a string in plsql?
How do I manually create a database in oracle?
How do I escape a reserved word in oracle?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Explain what are the different type of segments?
Explain the use of ignore option in imp command.
When do we use group by clause in a sql query?