Answer Posted / jaya u
SELECT A.EMPNAME ,A.SAL FROM EMP A
WHERE A.SAL = (SELECT DISTINCT (b.sal)
FROM EMP B WHERE ROWNUM = &N
ORDER BY B.SAL DESC );
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to resolve name conflicts between variables and columns?
Explain mutating triggers.
How to insert a record into a table?
What is a dead lock in oracle?
How to view the tablespaces in the current database?
What is the parameter mode that can be passed to a procedure?
What are the uses of linked server and explain it in detail?
How to select some columns from a table in oracle?
What is bulk load in oracle?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How to write a query with a right outer join in oracle?
What is the max number of columns in an oracle table?
How to use in conditions in oracle?
What is the oracle implicit cursor?
Difference between oracle's plus (+) notation and ansi join notation?