how to find the second highest salary from emp table?

Answer Posted / dinesh

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

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which table is left in left join?

521


What is the purpose of the primary key?

564


hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

1523


Is ms sql is free?

526


explain the difference between delete , truncate and drop commands? : Sql dba

546






How to run sql commands in sql*plus?

583


what is 'mysqldump'? : Sql dba

569


What is coalesce sql?

509


What is a boolean in sql?

520


How do we use distinct statement? What is its use?

549


Is postgresql a server?

573


what are the 'mysql' command line options? : Sql dba

554


What is recursive stored procedure?

598


what happens if you no create privilege in a database? : Sql dba

529


Can we use joins in subquery?

531