Write a query to find second highest salary of an employee.
Answer Posted / monika
select max(sal) from emp where sal<select max(sal) from emp
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is an index in sql with example?
what are the type of locks ? : Sql dba
what are the t string functions available in tsql? : Transact sql
how to analyze tables with 'mysqlcheck'? : Sql dba
How does one load ebcdic data? : aql loader
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
what are the disadvantages of mysql? : Sql dba
How does pl sql work?
State some properties of relational databases?
What is sql rowcount?
Is nosql faster than sql?
what is union? : Sql dba
what is dbms? : Sql dba
what are properties of a transaction? : Sql dba
What are the string functions in sql?