how to retrive only second row from table in sql server
2000?
Answer Posted / nagapawan
eg:
select top2 * from tablename
this table retrive only second row only
from 2nd row if u want only number and name
then like this we have to write
eg:
select top2 empno,ename from emp
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Describe bottom-up and top-down approach in testing?
Explain the process of qa testing?
Can manual testing be completely replaced by automation testing?
can u share your though about test leakage matrix with template?
What if the project is not big enough to justify extensive testing?
Explain agile development processes?
What are the benefits of automated testing?
How to estimate testing effort ?
What is random testing?
'configuration related errors' in testing means what?
How you will begin to improve the QA process?
How to test and to get the difference between two images which is in the same window?
How is retesting different from regression testing?
What is breadth testing?
What do you know about data-driven testing?