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
Does a join table need a primary key?
how to fetch alternate records from a table? : Sql dba
What is scalar function?
Can you select everything, but 1 or 2 fields, without writer's cramp?
How do you clear the screen in sql?
Can you have more than one trigger on a table?
What does t sql mean?
what are the advantages of using stored procedures? : Sql dba
Is sql a dbms?
What is the maximum number of rows in sql table?
What is user in sql?
What is sql data?
What is orm in sql?
What is denormalization in a database?
What are field types?