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 you get 21 to 30 record from 50 records?

Answers were Sorted based on User's Feedback



how will you get 21 to 30 record from 50 records?..

Answer / srikanth

select * from table where rownum<=30

minus

select * from table where rownum<=21;

Is This Answer Correct ?    13 Yes 2 No

how will you get 21 to 30 record from 50 records?..

Answer / nilesh

Other than the above ans:

Using sequence generator, expression and filter
transformation
OR

Using mapping variable initialised to zero, expression and
filter transformation.

Is This Answer Correct ?    8 Yes 0 No

how will you get 21 to 30 record from 50 records?..

Answer / test

use rownum in Source Qualifier if the specified target is
an Oracle DB

Is This Answer Correct ?    6 Yes 1 No

how will you get 21 to 30 record from 50 records?..

Answer / rkumar.etl

if you want to process using unix/linux...we can use head
and tail logic to get the records from 21 to 30.

and in informatica we can use rank transformation twice to
get the required results.

Is This Answer Correct ?    2 Yes 0 No

how will you get 21 to 30 record from 50 records?..

Answer / koti

sq generator, filter transformations. write the condition
in filter transformation as select columns from table where
sno>21 and sno<30...

Is This Answer Correct ?    2 Yes 1 No

how will you get 21 to 30 record from 50 records?..

Answer / giri

Very simple
Using sequent generator then Filter transformation

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Informatica Interview Questions

How many number of sessions that u can create in a batch?

3 Answers  


How to retrieve last two days updated records?

4 Answers  


if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.

0 Answers   iGate,


Differentiate between source qualifier and filter transformation?

0 Answers  


What is decode in informatica?

0 Answers  


what is the command to get the list of files in a directory in unix?

5 Answers   iGate,


What is informatica metadata and where is it stored?

0 Answers  


Hi experts, can anyone tell how much we use plsql in real time

3 Answers  


Please let me know how to make Data masking in informatica..

0 Answers  


What is powercenter on grid?

0 Answers  


what are the difference between Informatica 7.1 and 8.1?

6 Answers  


What are active and passive transformations?

0 Answers   Informatica,


Categories