if soource is having 10 records how will u insert 20
records to target
Answer Posted / sreekanth
select * from table_name
union all
select * from table_name;
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the uses of etl tools?
What is meant by lookup transformation? Explain the types of lookup transformation?
How to update or delete the rows in a target, which do not have key fields?
What are the issues you have faced in your project? How did you overcome those issues?
Under which circumstances, informatica server creates reject files?
can we override a native sql query within informatica? Where do we do it?
What is intricate mapping?
How do you load only null records into target?
What is mapplet in informatica?
What is primary and backup node?
Why filter transformation is an active one?
What if the source is a flat-file?
What does command task mean?
Sequence generator, when you move from develoment to production how will you reset
list out all the transformations which use cache?