how to find the second highest salary from emp table?

Answer Posted / bhoopendra vishwakarma

select salary max(salary) from emp limit1 offset1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is union and union all keyword in sql?

565


what are the properties and different types of sub-queries? : Sql dba

504


Is truncate ddl or dml?

541


What is autocommit sql?

538


how to delete an existing column in a table? : Sql dba

550






What is normalisation and its types?

545


What is execute immediate?

549


List the various privileges that a user can grant to another user?

576


What is on delete restrict?

535


What are the features of pl sql?

559


Why is a trigger used?

525


what are the differences among rownum, rank and dense_rank? : Sql dba

536


What is number function in sql?

525


how many ways we can we find the current date using mysql? : Sql dba

614


How to return an array from java to pl/sql?

587