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
Tell me about pre-defined functions of sql?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
What does man by sql wildcard characters in sql server?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What are the new features in sql server 2016?
Explain magic tables in sql server?
What is ms sql server triggers?
What is the difference between a function and a stored procedure?
How to access the deleted record of an event?
How the authentication mode can be changed?
Explain table valued parameters in sql server? Why tvp used?
How to add an address record into adventureworkslt?
Explain can you implement data mining in ssrs?
What happens if null values are involved in comparison operations?
How to include date and time values in sql statements?