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 profiler in oracle?
What is a join?
How do sql triggers work?
What is orm in sql?
Is and as keyword in pl sql?
Which join is default?
what is the command line end user interface - mysql? : Sql dba
What is the difference between in and between in sql?
How do I remove sql developer from windows 10?
What is cartesian join in sql?
What is dml with example?
Is sql developer case sensitive?
what is 'mysqld'? : Sql dba
How can you load multi line records? : aql loader
What is sql basics?