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
How to drop a stored procedure in oracle?
What are the differences between blob and clob in oracle?
How to name query output columns in oracle?
What is the difference between alert log file and tarce file ?
What is oracle open database communication (odbc)?
How to start your 10g xe server?
Explain the dml?
What do you understand by a database object? Can you list a few of them?
How does one get the view definition of fixed views/tables?
What is the difference between "as" and "is" in an oracle stored procedure?
How to assign a table row to a record variable?
What are the ansi data types supported in oracle?
How many types of tables supported by oracle?
What is varray?
Explain do view contain data?