how to find the second highest salary from emp table?
Answer Posted / sheela
Select top 2 sal from (select sal from emp order by sal
desc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is sql injection illegal?
What is secondary key?
Why commit is not used in triggers?
Can you inner join the same table?
What are the built in functions of sql?
Can we create a trigger on view?
What are keys in sql?
How to read/write files from pl/sql?
Is sqlite good enough for production?
define sql update statement ? : Sql dba
What is nosql vs sql?
What is data types in sql?
What are the datatypes available in pl/sql ?
What is compute?
How do I view a view in sql?