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

You have a data set of 100 observations,how can you
restrict the output so that the output has only data from
row no. 10 to row no. 20

Answer Posted / amit gupta

SELECT *
FROM (SELECT ROWNUM srno, a.*
FROM emp a)
WHERE srno >= 10 AND srno <= 20

/

SELECT *
FROM (SELECT ROWNUM srno, a.*
FROM emp a)
WHERE srno between 10 and 20

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the purpose of _error_? : Sas programming

1191


Hi, If anyone has base SAS certification dumps, please share.

1926


Explain by-group processing?

1039


Explain how merging helps to combine data sets.

1115


What is factor analysis?

1199


How many ways to overcome a missing values???

2866


What is SAS informats?

1165


What commands are used in the case of including or excluding any specific variables in the data set?

1148


Give e an example of..

2138


What are the functions which are used for character handling functions?

1191


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3633


how can you put a "trace" in your program? : Sas programming

1116


How would you identify a macro variable?

1140


How would you define the end of a macro?

1151


what is the use of sas management console? : Sas-di

1143