how to check the 3rd max salary from an employee table?

Answer Posted / neeraj79

SELECT DISTINCT salary
FROM employee
ORDER BY salary DESC
LIMIT(2,1)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is csv? : Sql dba

570


What is the difference between left and left outer join?

513


How many row comparison operators are used while working with a subquery?

533


What is a pl/sql block?

590


difference between anonymous blocks and sub-programs.

620






how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba

640


What schema means?

521


What is spool?

588


what is denormalization. : Sql dba

539


Are there any features that are decommissioned in 11g that are not present in 11g?

1590


What is sql injection owasp?

546


Why do we need sharding?

522


what is 'trigger' in sql? : Sql dba

555


Which join is default?

518


What is set transaction?

576