Find out the 3rd highest salary?
Answer Posted / ritesh sabanis
select max(sal) from employeedata where sal <
(select max(sal) from employeedata where sal not in(select
max(sal)from employeedata)) ;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql and how does it work?
What are the benefits of stored procedures?
Explain what is table in a database?
what are set operators in sql? : Sql dba
Can two tables have same primary key?
Mention what is the use of function "module procedure" in pl/sql?
what is single byte over head in oracle..?
What are the parts of a basic sql query?
What is the difference between local and global temporary table?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
How does join work in sql?
What does := mean in pl sql?
Is sql a backend language?
What are the different types of dbms?
Explain what is sql?