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 is difference in performance between insert top (n) into table and using top with insert?
What is an indexing technique?
What is the boxing and unboxing concept in .net?
What is the difference between clustered and a non-clustered index?
How to defragment indexes with alter index ... Reorganize?
What are the tables in sql?
How to include date and time values in sql statements?
What is table value parameters (tvp)?
What are the different types of cursor?
How to create a stored procedure with a statement block in ms sql server?
What are partitioned views?
What is the recursive stored procedure in sql server?
What are the types of processing and explain each? : sql server analysis services, ssas
Difference between uniqe index and uniqe constraint?
Explain about analysis services?