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


Please Help Members By Posting Answers For Below Questions

What is Operational testing?

1782


Define the role of qa in software development?

554


Explain the difference between the verification and validation?

615


Explain what is the rule of a "test driven development"?

601


What is validation and verification in software testing?

633






Tell me some key points to consider while writing a bug report.

555


When a non-conformance is noted during these "reviews", what happens next?

1961


Describe use case testing?

641


How are the quality assurance activities planned ?

1911


What should your qa documents include?

599


Write the differences between preventive and reactive approaches?

631


What is change request?

652


what is difference between smoke testing and sanity testing?

604


Explain the difference between quality control and quality assurance.

611


In an example of a Bank Teller requesting that her computer program should include an addition that shows the full Customer Profile on her main screen, what would a Waterfall vs. Agile approach include and/or look like for such a request?

467