find out the third highest salary?
Answer Posted / hhh
select * from employee e where 3 = (select
count(distinct(salary)) from employee where e.salary <= salary);
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
what is the dual table in oracle?
How to define a specific record type?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
Explain what does a control file contain?
How to change system global area (sga) in oracle?
What is a view and how is it different from a table?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
Can you create a synonym without having a table?
Why do you use stored procedures and state some of its disadvantages?
How to define an external table with a text file?
How to sort output in descending order in oracle?
What suggestions do you have to reduce the network traffic?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How many categories of data types?
How many types of synonyms in Oracle?