how to find the second highest salary from emp table?
Answer Posted / gayathri
select max(salary ) from emp table where sal<(select max
(salary)from emp table)
| Is This Answer Correct ? | 754 Yes | 97 No |
Post New Answer View All Answers
What is the need of merge statement?
what is the use of set statement in tsql? : Transact sql
Does sql between include endpoints?
What is a native sql query?
Explain what is a column in a table?
How many sectors are in a partition?
What is secondary key?
What are different types of queries in sql?
Can we create a trigger on view?
If a cursor is open, how can we find in a pl/sql block?
How do I run sql profiler?
does sql support programming? : Sql dba
How do I run a pl sql program?
What is the difference between functions, procedures, and packages in pl/sql?
Can cursors be part of a trigger body?