how do we find every fifth record in a table
Answer Posted / divya mahendra sikarwar
Select Top 1 * From (Select Top 5 * From customer Order By
1 Desc) As X
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain what are the different index configurations a table can have?
What is a cache in ssrs?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
What are the ways available in sql server to execute sql statements?
What is the difference between local and global temporary tables?
What is sql azure database?
How can sql server instances be hidden?
Explain Geometry datatype in sql server 2008 with example
What happens if time-only values are provided as date and time literals?
What stored procedure can you use to display the current processes?
What is the ‘fillfactor’?
What is the security principal at the server level that represents your session?
Explain can SSRS reports Cache results?
How to turn on the mssql api module in php?
Can primary key be null?