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 advantages does DBMS have over traditional file systems?
What the various ways to tune a teradata query
how to configure oracle 10g in java1.5 and tell me know how to set class path in system?
Explain partial key?
how to send multiple records which matches all the condition in the lookup transformation ? (if lookup matches the codition for duplicate values)
How concurrency problems effect the database?
Explain buffer manager?
What is ole db used for?
Is it good to store images in database?
HOW WE PASS PARM PARAMETERS TO CL VARIABLES FROM RPGLE?
What is a database lookup?
What is a database string?
There are three servers are run by Oracle, MS Access and .Net. What are the procedure fetching the values of two variables from two servers among these?
What is the purpose of firebase?
How many types of normalization? What is the use of it?