find out the third highest salary?
Answer Posted / nagaraj a h
SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT
(DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal);
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Does facebook use oracle?
How to change system global area (sga) in oracle?
How to commit the current transaction in oracle?
What are oracle functions?
How will you identify oracle database software release?
What is the simplest tool to run commands on oracle servers?
What is a sub query and what are the different types of subqueries?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
Compare and contrast between sql and sql server and explain its various functions?
How a tablespace is related to data files?
How many memory layers are in the oracle shared pool?
What is an oracle and why it is used?
What is oracle rowcount?
What is transport network substrate (tns) in oracle?
How to check the server version in oracle?