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
Disadvantages of the indexes?
What are sp_configure commands and set commands?
how we use window authentication connection with sql server.?
How to use copy and concatenate commands in SQL?
What are the different acid properties?
How do you clear a log file?
Explain what are the different index configurations a table can have?
How to update a field in SQL after ALTERING a row?
How to get a list of columns in a view using the "sp_help" stored procedure?
Write a SQL query to make a column as unique?
How to create prepared statements using odbc_prepare()?
How can I know what locks are running on which resource?
what is a deadlock? : Sql server database administration
What is buffer cash in sql server?
What are different types of replication in sql server?