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
What are pages and extents? : SQL Server Architecture
What is triggers in ms sql server?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
If the job running very slow what is the action you do
What are the benefits of filtered indexes?
What is bcp? When does it used?
What is Replication?
What is the use of =,==,=== operators?
What is dbcc updateusage?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
What is the difference between dropping a database and taking a database offline?
What is the data type of time?
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
How to delete database objects with "drop" statements in ms sql server?
What is plan freezing?