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 / lince thomas

it is simple,
we can get 5th row using this,


select * from (
select rank() over (order by Empid)as rno,* from empmast)T
where T.rno=5

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what information is maintained within the msdb database? : Sql server administration

1017


What is rtm version in sql server?

1103


What is the difference between NOROW and LOCKROW?

2899


Can you get second highest salary from the table?

1009


What are the types of database recovery models?

1187


Difference between group by clause and having clause in SQL?

1027


How to end a stored procedure properly in ms sql server?

1144


Explain the steps to create and execute a user-defined function in the sql server?

1016


how to define testing of network layers? : Sql server database administration

1021


Can I use sql azure as a backup with log shipping or database mirroring?

156


What is a file group?

1164


List out some of the requirements to set up a sql server failover cluster?

1075


What is meant by referential integrity?

1046


How to get the number of affected rows?

1053


What is the process of indexing?

1051