how do we find every fifth record in a table
Answer Posted / jahir
Select Top 1 * From (Select Top 5 * From Employee Order By
1 Asc) As X Order By 1 Desc
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How to enable/disable indexes?
Difference between Logical Page and Physical Page in SSRS.
How do use Having,Group by,Group function in SQL?
How to delete a login name in ms sql server?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
How many types of built in functions are there in sql server 2012?
How to get the definition of a view out of the sql server?
Explain DBCC?
What do you understand by integration services in sql server?
What are the different subsets of sql?
What happens if null values are involved in bitwise operations?
What is Extended user-defined?
Explain triggers?
List out what other servers you can use with ssrs?
How will you make an attribute not process? : sql server analysis services, ssas