How to find 6th highest salary from Employee table ?
Answer Posted / anto
select distinct top6 salary from employee
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Mention the command used to rename the database.
What is the architecture of ms sql reporting service?
List the data types available in mssql?
What is standby servers? Explain types of standby servers.
What does indexation mean?
How many types of dimensions are there and what are they? : sql server analysis services, ssas
what method you can use to reduce the overhead of Reporting Services data sources?
what is the different types of backups available in sql server? : Sql server database administration
Describe in brief system database.
What structure can you implement for the database to speed up table reads?
Why the trigger fires multiple times in single login?
How do you start single user mode in clustered installations?
How many types of database relationship in sql server?
What is the use of nvl work?
Explain the cursor lock types?