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?

Answer Posted / anusha

select * from ars_mst_user where rownum<5
minus
select * from ars_mst_user where rownum<=3;

this query for retrive fourth row
same we can retrive any row

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are tables and fields? : Sql dba

1103


How do I create a sql database?

1052


What are the different datatypes available in PL/SQL?

1145


Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

1062


Why do we need cursor in pl sql?

1187


Mention what are the benefits of pl/sql packages?

1154


What is the difference between the sql*loader and import utilities? : aql loader

1088


How delete all data from table in sql?

1071


How do I run a pl sql procedure in sql developer?

1020


Why is there a need for sqlcode and sqlerrm variables?

1101


what is commit? : Sql dba

1121


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

1143


What is difference between left and right outer join?

1036


What is sql partition?

1161


What is raw datatype in sql?

1100