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
Differentiate between delete and truncate table?
What is ase database?
Re: Where can i get informatica certification Exam dumps and details? please forward it to emailid:
Explain data independence & its types.
where can i free download sqlserver2008..i can install sqlserver2008 without visual studio 2008 and work on it
If the master device is full, how do I make the master database bigger?
what is transaction state, buffer management, shadow paging
what is ad-hoc access? what is the diff b/w managed query and ad-hoc access?
Which three commands cause a transaction to end?
How many types of locks are present in a database?
During insert operation in Netezza Connector, if we give direct option as Yes , is there any issue?
Define stored procedure?
What is the use of graph database?
Given a table of Player which contains Sno and player name, write a query which finds all possible Table Tennis doubles pairings.
How concurrency problems effect the database?