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 an anonymous block?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
what is the use of system.effective.date variable in oracle?
How to use fetch statement in a loop?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Explain alias?
Does facebook use oracle?
Is there an oracle sql query that aggregates multiple rows into one row?
Explain the use of compress option in exp command.
How to use values from other tables in update statements using oracle?
How to retrieve data from an explicit cursor?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
How can we find out the duplicate values in an oracle table?
Which is faster join or subquery in oracle?