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 find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?

Answer Posted / murthy

to find a nth row in a table

select top n * from <TableName>
except
select top n-1 * from <TableName>

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between for auto and for nested?

1070


What are the basic functions for master, msdb, model, tempdb and resource databases?

1038


What is a View ? Can we insert, Update and delete a view?

1065


What is attribute? : sql server analysis services, ssas

1072


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

1101


what do you understand by change data capture?

1084


What is the xml datatype?

1126


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1049


What is query and its types?

960


What is system stored procedures?

1090


How to enter binary string literals in ms sql server?

1217


What is standby servers? Explain types of standby servers.

1062


What are the limitations in ssrs on sql server express edition?

195


Explain transaction server distributed transaction?

1039


Are connections to sql server encrypted?

1055