write a query for the fifth highest salary?
Answer Posted / ramesh
select top 1 salary
(select distinct top 5
salary from employees
order by salary desc)
a order by salary
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What are the advantages of views in a database?
What is the use of default key?
What the various ways to tune a teradata query
how to send multiple records which matches all the condition in the lookup transformation ? (if lookup matches the codition for duplicate values)
What are the advantages of normalizing a database.
can i use the commands "modify" and Change in DB2 to alter my column datatype and its name in a table?
What advantages does DBMS have over traditional file systems?
how to configure oracle 10g in java1.5 and tell me know how to set class path in system?
Should I store images in database?
What is the function of cluster index?
What are different types of clusters present?
Is storing images in a database a good idea?
What are the types of indexes that are present inside a database?
What are different types of blocks used in stored procedure?
Explain artificial key?