How to select nth record from a table?
Answer Posted / saravanan p
Select top 1 * from
(Select top n * from tbl order by column name asc)tbl1
order by column name desc
| Is This Answer Correct ? | 19 Yes | 12 No |
Post New Answer View All Answers
List out different types of normalizations in sql server and explain each of them?
How do I setup a local sql server database?
How to reaname table name without using sp_Rename in sql server..?
Explain what are various ways to enhance the ssrs report?
what is the information that can be stored inside a bit column? : Sql server database administration
How do I shrink an ldf file?
What is perspective, have you ever created perspective? : sql server analysis services, ssas
What is the full form of dql?
What is the use of RDBMS?
How many databases Microsoft SQL server provides?
Tell me what are the advantages of using stored procedures?
What is a file group?
How raid can influence database performance?
What is normalization 1nf 2nf 3nf?
Where are sql server usernames and passwords stored in the sql server?