how to find the second highest salary from emp table?

Answer Posted / ruma

select *from emp order by sal desc limit 1,1

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rowtype?

573


How many subqueries can be nested in a statement?

510


What is the purpose of my sql?

513


How do I make sql search faster?

560


explain mysql aggregate functions. : Sql dba

554






what happens if null values are involved in expressions? : Sql dba

573


What is difference between db2 and sql?

535


what is the difference between rownum pseudo column and row_number() function? : Sql dba

620


What is sql in oracle?

629


Is vs as in pl sql?

494


What are different types of sql?

568


How does cross join work?

504


What is normalization? How many normalization forms are there?

557


What is sqlservr exe?

482


how can we take a backup of a mysql table and how can we restore it. ? : Sql dba

525