how to retrive only second row from table in sql server
2000?
Answer Posted / ravi
select top 2 from tablename
| Is This Answer Correct ? | 6 Yes | 28 No |
Post New Answer View All Answers
What are “lost updates”?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
Explain the functionalities that views support?
What is row_number () and partition by in sql server?
What are a database and a data warehouse?
What is the difference between locking and multi-versioning?
Can you roll back the ddl statement in a trigger?
What is shrink log file?
What stored procedure would you use to view lock information?
Explain trigger and trigger types?
Describe the functionalities that views support.
What is the default Port No on which SQL Server listens?
What is difference between commit and rollback when used in transactions?
What are the features of Embedded SQL
How can I tell if sql server is 32 or 64 bit?