In my Informatica mapping, I need to do the following activities:
1)creating 'A' volatile table
2)inserting records into 'A' table, from 'B' normal table
3)Again I want to insert records into 'C' normal table using 'A' volatile table.
How to do that?