write a query for the fifth highest salary?
Answer Posted / bhramar
select top 1 Sal from(select distinct top 5 Sal from TestEmp order by Sal desc) a order by Sal
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain buffer manager?
What is the importance of database partitioning?
how can you perform lookup range in lookup stage expalin in detail?
Explain the record term used in database.
What is a Transformation?
After normalization, what are the conditions which have to keep in mind to de-normalize it?
Why do we need distributed database?
Is hive a database?
Differentiate between extension & intension?
What advantages does DBMS have over traditional file systems?
What is database schema name?
WHAT IS THE PURPOSE OF TESTING INTEGRITY OF THE UNIVERSE?
How much does it cost to build a database?
What is the difference between oracle and MS Access?
What is ole db in ssis?