how to find the second highest salary from emp table?

Answer Posted / monika

Select salary from emp order by salary desc LIMIT 1,1;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you determine the current isolation level? : Transact sql

575


can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba

531


Can I join the same table twice?

522


Should I use mbr or gpt?

544


What are the triggers associated with image items?

617






How do I count rows in sql?

557


Is sql dba a good career? : SQL DBA

529


What does trigger mean in psychology?

534


What are procedures used for?

525


How do I debug a stored procedure?

625


What is the max nvarchar size?

515


which tcp/ip port does sql server run on? : Sql dba

515


How do I run a program in pl sql?

498


What are the types of functions in sql?

567


What does select * from mean in sql?

1986