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 will u get 1 and 3rd and 5th records in table what is
the query in oracle please help me

Answer Posted / anjan

select rownum,empno,ename,sal from (select
rownum,empno,ename,sal from emp)
group by rownum,empno,ename,sal
having rownum in (1,3,5)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we remove the duplicates from flat file source?

1071


What is meant by lookup transformation?

1177


Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.

2398


How to implement security measures using repository manager?

1232


what are 3 tech challenges/ common issues you face?

2390


Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?

8259


Explain Dataware house architecture .how data flow from intial to end?

2643


How to use procedural logic inside infromatica?

1318


Explain constraint based loading in informatica

1143


What is the difference between writing a joiner query in ANSI style and THETA style?

2432


What is resilience time?

1220


Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

1076


draw informatica architecture 8.6 ?

3925


What is the sequence generator transformation in informatica?

1259


Under what condition selecting sorted input in aggregator may fail the session?

1170