Query for second maximum salary in each in each department
Answer Posted / sravan
Select first_name, salary, rownum rank from
(select *from emp order by salary desc)
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
what is a table in a database ? : Sql dba
What are the types of views in sql?
What is serial sql?
What is function and procedure in pl sql?
Is join an inner join?
How do I find sql profiler?
What is difference between rank () row_number () and dense_rank () in sql?
Does sql full backup truncate logs?
Explain constraints in sql?
What is cursor and why it is required?
What is left join in sql?
Why we use stored procedure instead of query?
What are the types pl/sql code blocks?
What is the max nvarchar size?
What do you understand by pl/sql records?