| |
GeekInterview.com > Interview Questions > Data Warehousing > Informatica
| Print | |
Question: Sequence Generator
Answer: Why sequence generator is not directly connected to joiner transformation? |
| June 06, 2009 09:53:34 |
#2 |
| itisanimesh |
Member Since: June 2009 Total Comments: 4 |
RE: Sequence Generator |
| Sequence generator transformation is basically used to generate a unique number for each record which is updated or inserted in the target table. Also it is used if we want to create a unique key in the table and on the basis of this unique key we are going to identify the record within the table. this is the same as the concept of primary key of the table. |
| |
Back To Question | |