how to find the second highest salary from emp table?
Answer Posted / arvind
select max(salary) from table_name where sal<(select
max(salary) from table_name)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the use of friend function? : Sql dba
What are the topics in pl sql?
what is union? : Sql dba
Do we need to create index on primary key?
Can dml statements be used in pl/sql?
What is sql architecture?
What is a design view?
What are the limitations of sql express?
What are the datatypes available in pl/sql ?
Does truncate require commit?
I need a function for a train ticket reservation please answer it thanks in advance
What is the difference between partition and index?
What is data types in sql?
Can function return multiple values in sql?
Can cursors be part of a trigger body?