how to retrive only second row from table in sql server
2000?
Answer Posted / yogesh
select top 1 from tablename where id <(select top 1 id from
test)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is a schema in sql server 2005? : Sql server database administration
Explain primary key, foreign key and unique key?
What is an indexed view?
What is normalization and denormalization in sql server?
How many types of keys are there?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What are constraints?
Define a cross join?
What is trigger in salesforce?
How can we solve concurrency problems?
What is difference between commit and rollback when used in transactions?
What are the system database in sql server 2005?
What is transaction server explicit transaction?
How to create database with physical files specified in ms sql server?
What number aggregate functions are accessible there in sql?