how to retrive only second row from table in sql server
2000?

Answers were Sorted based on User's Feedback



how to retrive only second row from table in sql server 2000?..

Answer / swagata mukherjee

Select < fields names > from <table name > Limit 1,1

Is This Answer Correct ?    0 Yes 0 No

how to retrive only second row from table in sql server 2000?..

Answer / 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

how to retrive only second row from table in sql server 2000?..

Answer / prakash t

Here you go,

for example , consider one EPmloyee table , to get a 2nd
row :

General syntax :

Select < fields names > from <table name > where rownum
= <row ID>

Ex : select Ename , Eid , Designation from Employee where
rownum=2

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More QA Concepts Interview Questions

What is Deffered? explain it who allocate it?

5 Answers  


what is Software testing?

9 Answers  


What is quality assurance?

1 Answers  


what r the defect status for bugs

2 Answers   Oracle,


why are you leaving present company(pls give me answer other than contract employee)and give me the good reason

2 Answers   QA,


Difference between ISO and CMM (No Abbrevations, Only concepts)

1 Answers  


what is Installation Testing?

6 Answers  


What is the rule of a "test driven development"?

0 Answers  


what kind of questions will be asked in HR round for QA engg for 2-3 yrs exp? Please !!!!!! can anybody help me? this is very urgent. Thanks in advance. Please mail answer to me: arunakj011@yahoo.com

1 Answers   Schneider,


What is the difference between an activity of QA and QC?

5 Answers   Satyam,


Write a testcase for Yes/No combo box

4 Answers   Accenture, TCS,


What is is the meaning of Shakedown testing in Software Development.

3 Answers  


Categories