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 is the standby server?
What is default port number for sql server 2000?
What are the components of sql server service broker?
Explain transaction isolation levels in sql server?
What is reportserver and reportservertempdb ?
Why are sql functions used?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
How global temporary tables are represented and its scope?
ow to bring suspect mode datbase online from scratch
What is a functions and types in sql server?
Does group by sort data?
What is dimension table? : sql server analysis services, ssas
What does ss stand for sexually?
What are the different sql server versions?
Write an sql query to find first weekday of the month?