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 are date and time intervals? : Sql dba
What is pls integer?
What is rank dense_rank and partition in sql?
What do you mean by query optimization?
Show the cursor attributes of pl/sql.
what is a database transaction? : Sql dba
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
What are the types of records?
How do you take the union of two tables in sql?
What is t-sql? : Transact sql
Why sql query is slow?
what is a stored procedure? : Sql dba
How to write html code in pl sql?
What does pragma mean?
What is sql server and ase?