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
Who developed sql server?
How can we determine what objects a user-defined function depends upon?
What is the difference between char and varchar2 datatype in sql?
Which is faster statement or preparedstatement?
Do you know what guidelines should be followed to help minimize deadlocks?
optimization techinques
How to Check if table exists in sql server?
What have included columns when we talk about sql server indexing?
What are the three different part of rdl file explain them?
How to delete duplicate rows in sql server?
What does asynchronous call backs means?
How many cores do I need for sql server 2016?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
How to download and install microsoft sql server management studio express?
What is sub-query in sql server?