how to find the second highest salary from emp table?

Answer Posted / nirjesh pandey

select salary from employee order by salary DESC LIMIT(1,1)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is nosql db?

548


What is pls_integer in pl sql?

545


Is primary key clustered or nonclustered?

568


Explian rowid, rownum? What are the psoducolumns we have?

576


Does sql use python?

565






What is numeric function sql?

544


What are the uses of sysdate and user keywords?

633


What is a constraint? Tell me about its various levels.

640


What is minus?

549


What does the file extension accdb stand for?

549


What is the purpose of the primary key?

568


what are integrity rules?

572


What are packages in pl sql and also explain its advantages?

536


what are local and global variables and their differences? : Sql dba

542


What is not in sql?

502