Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)

0 Answers  


Give me example of automate the regression test suite ........Thanks...

0 Answers   Apotex,


how will you define your bug status flow in softsmith qamonitor?

1 Answers  


What are the technical risks involved in Software testing project?

2 Answers   CTS,


What are the various ways of writing test cases?

1 Answers   Dataquest,


What is the strategy for automation test plan?

0 Answers  


what is the difference between RDBMS and DBMS

5 Answers   Oracle, Xansa,


Can you suggest a test system with interactive desktops, live dashboards, and instant communication features?

2 Answers  


What is error guessing?

1 Answers  


Field level test cases are developed using AF TOD to validate individual fields on a screen using a black box testing methodology. IN THIS CONTEXT WHAT IS "AF TOD"

0 Answers  


What is extreme programming and what is it got to do with testing?

0 Answers  


What mental attitude do You have, if You are really qualified to this Tester Job?

2 Answers  


Categories