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
What is a trigger oracle?
What to do if dba lost the system password?
Can we store images in oracle database?
Can you create a synonym without having a table?
What is background process in Oracle?
What is index-organized table in Oracle?
Explain user account with reference to oracle.
Can you have more than one content canvas view attached with a window ?
What do you mean by group by clause?
what are the advantages of running a database in archive log mode?
What is query image?
What happens if you set the sga too low in oracle?
How to declare a local variable?
How remove data files before opening a database?
What happens to indexes if you drop a table?