we have 1 source table containing 100 records. now we have
to transfer first set of 1-10 (i.e1-10) records to one
target table and another set of 1-10(11-20) records to
other target table and continue like that till 100th record

Answers were Sorted based on User's Feedback



we have 1 source table containing 100 records. now we have to transfer first set of 1-10 (i.e1-10)..

Answer / zslstar

we can use the sql below to indicate the rownum.
then router the data according to the rownum from upstream.

select t.*,rownum rn from test t
where mod(floor(t.rn/10),2) =0 --get the rows whose rownum
between 1~9,20~29,etc.

Is This Answer Correct ?    11 Yes 1 No

we have 1 source table containing 100 records. now we have to transfer first set of 1-10 (i.e1-10)..

Answer / swetha

we can use sequence generator with cycle for that

Is This Answer Correct ?    4 Yes 3 No

we have 1 source table containing 100 records. now we have to transfer first set of 1-10 (i.e1-10)..

Answer / kvikas2056

Use seq. Generator to create sequence or you can use expression transformation to create sequence, then in router transformation create 10 group and give conditions like seq >1 and seq <11, seq>11 and seq <20 etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ETL Interview Questions

When do we analyze the tables? How do we do it?

0 Answers  


flat filevalidation in informatica

0 Answers   Hewitt,


explain about your project architecture in ssis..could u please send to my mail..vinod.kjvk@gmail.com

0 Answers   Tech Mahindra,


what are the different Reporting and ETL tools available in the market?

3 Answers  


explain the methodology of Data Warehousing?(Polaries)

0 Answers  






Explain do we need an etl tool?

0 Answers  


what is dynamic insert?

0 Answers  


what is the difference between OLTP database and data warehousing database?

3 Answers  


what are the facilities provided by data warehouse to analytical users?

0 Answers  


where we cannot use sorter Transformation. if we use then we will not get correct data?

0 Answers  


What is factless fact schema?

3 Answers  


Just Completed the informatica Certification ,for Dumps please email me on infamaddy@gmail.com i will send it to you 

0 Answers  


Categories