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
Why do we need distributed database?
What does new grouping sets enables you to do?
How to do Data integrity testing? Who does this testing (Developer or tester)?
What is the difference between primary and candidate key?
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?
What is ole db source in ssis?
can i use the commands "modify" and Change in DB2 to alter my column datatype and its name in a table?
Explain buffer manager?
What is the DIF format and when we will use in teradata
What is odm in database?
Can you create a database in word?
What is database schema name?
What is the database url?
How many indexes can be created on a table?
How heap is implemented in database?