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

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

584


What is trigger in flip flop?

518


What will you get by the cursor attribute sql%found?

540


What are the limitations of sql express?

530


what is schema? : Sql dba

564






what is a view? : Sql dba

638


Can we use two order by clause in query?

548


Can you sum a count in sql?

563


What is sql in oracle?

626


Is sql microsoft?

549


What is cursor and why it is required?

558


What is a table partition?

601


how can we repair a mysql table? : Sql dba

540


Which kind of parameters cannot have a default value in pl sql?

600


Can we use ddl statements in stored procedure?

699