find the third highest salary?

Answer Posted / justin

SELECT sal FROM empORDER BY sal DESC LIMIT 2 , 1

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does count (*) mean in sql?

1104


Who developed sql?

574


Can we insert in view in sql?

573


Why use subqueries instead of joins?

611


What is parallel hint?

756






Explain what is sql*plus?

672


What is the difference between sql and mysql?

567


Which is better join or subquery?

616


What is user defined functions?

582


What does where 1/2 mean in sql?

542


Describe different types of general function used in sql?

537


What is the difference between delete and truncate commands?

519


How do I debug a stored procedure?

638


what is an extent ? : Sql dba

586


Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)

543