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

Explain about Normalization?

1123


explain what is raid and what are different types of raid configurations? : Sql server database administration

1056


How many replicas are maintained for each sql azure db?

124


What to check if a User database is locked?

1117


What the different components of Replication and what is their use?

1130


What is autocommit mode in sql server?

1272


How many categories of functions based their return modes?

1154


Explain isolation levels that sql server supports?

1088


How to make a remote connection in a database?

1023


Write a sql query to delete duplicate records from a table called table1

1091


How to create nested stored procedure?

1077


Why are views required in the sql server or in any other database?

1004


how to create a scrollable cursor with the scroll option? : Sql server database administration

1151


What is conditional split?

1142


What are user-defined functions (udfs) in sql server?

1051