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

Explain polymorphism in pl/sql.

820


how tsql statements can be written and submitted to the database engine? : Transact sql

714


What is error ora-12154: tns:could not resolve the connect identifier specified?

826


Is microsoft sql free?

778


What is the use of prepared statement?

749






What information is needed to connect sql*plus an oracle server?

768


Explain what is an index?

759


What is the difference between delete, truncate and drop command?

751


Can you load data into multiple tables at once? : aql loader

800


Is pl sql and postgresql same?

769


Is primary key an index?

713


What is raid? How does it help storage of databases?

800


What does truncate mean in sql?

722


how to return query output in html format? : Sql dba

851


Why do we need databases?

730