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
What is left join example?
What are the dml statements?
how many values can the set function of mysql take? : Sql dba
Difference between table function and pipelined function?
What are sql commands?
what are local and global variables and their differences? : Sql dba
Explain the difference between rename and alias?
What is use of term?
Explain cursor types?
describe transaction-safe table types in mysql : sql dba
How to download oracle sql developer?
How many types of sql are there?
What is ttitle and btitle?
Is sql a backend?
What is a clob in sql?