write query for fourth maximum salary from employee table
Answer Posted / elumalai.k
select salary from employee aa
where 4=(select count(*)from employee bb
where aa.salary<=bb.salary)
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the advantages of paper records?
Can we use where clause in union?
What are the types of lock supported by ?
How can you stop stored procedures from recompiling?
How to connect to SQL Azure Database by using sqlcmd?
What does normalization do to data?
What is CTE in SQL
What is normalization and denormalization in sql server?
Explain four layers of abstraction microsoft architectured?
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
What is the use of nvl work?
What are sql server functions?
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is the purpose of the model database?
Do you know what guidelines should be followed to help minimize deadlocks?