find out the third highest salary?

Answer Posted / abhay

Select Top 1 sal from (select distinct top 3 sal from emp
order by sal desc)a order by sal

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to connect the oracle server as sysdba?

631


In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?

1921


State some uses of redo log files?

557


Explain database link?

662


How to initialize variables with default values?

634






What is partitioned table in Oracle?

634


Explain the use of indexes option in exp command.

590


How to estimate disk space needed for an export job?

558


Design database draw er diagram for a certain scenario ?

4101


What is transport network substrate (tns) in oracle?

585


How do we create privileges in oracle?

587


What is an external table?

586


What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

1523


How to create a temporary table in oracle?

693


What is ADDM Advisor in Oracle?

659