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...


A table has 150 records. How do you retrieve 100th row to
120th row from that table ?

Answers were Sorted based on User's Feedback



A table has 150 records. How do you retrieve 100th row to 120th row from that table ?..

Answer / intelligent

select * from emp where rownum>101 and rownum<121

Is This Answer Correct ?    2 Yes 18 No

Post New Answer

More SQL PLSQL Interview Questions

Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.

0 Answers  


What are the two types of exceptions.

0 Answers  


How to use sql statements in pl/sql?

0 Answers  


What is the difference between explicit and implicit cursors in oracle?

0 Answers  


explain the delete statements in sql

0 Answers  


What is difference between joins and union?

0 Answers  


How many databases can sql express handle?

0 Answers  


How much does a sql dba make? : SQL DBA

0 Answers  


What is a 'instead of trigger'?

3 Answers   Eenadu, TCS,


Does sql profiler affect performance?

0 Answers  


What are all the common sql functions?

0 Answers  


i have a table like this. i want to output like this c1 c2 c1 c2 1 10 1 10 2 20 2 30 3 30 3 60 4 40 4 100 5 5 5 105 c1 and c2 are columns in a table .i want output like this c2 values are 10,10+20,10+20+30,10+20+30+40.10+20+30+40+5. write a sql query.pls help this i want urgent.

2 Answers   IBM, Loginworks, OFSS,


Categories