how to calcuate the second highest salary of he employee
Answer Posted / vivek ghorad
select min(select top(2)salary from emp)from emp;
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What are all the common sql functions?
What is a heap in sql?
What is cursor and why it is required?
What is Difference Between Unique and Primary Key Constraints?
List the ways to get the count of records in a table?
how to install mysql? : Sql dba
what is the difference between truncate and delete statement? : Transact sql
What is pl/sql table? Why it is used?
how would concatenate strings in mysql? : Sql dba
What are different types of sql commands?
Explain the commit statement.
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Explain clause in sql?
What is user defined functions?
What is difference between primary and secondary key?