What is dimensional table?
No Answer is Posted For this Question
Be the First to Post Answer
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
i have two flat files.. containing same type of data i want to load it to dwh..how many source qualifires i need
r u done any partitions in ur project?
In a concurrent batch if a session fails, can you start again from that session
How to eliminate duplicate records in informatica mapping? Explain with an example....
As a support project team member, how will you get the questions regarding errors from client or customers (in which format)?
what is fact and what types of fact tables is there
what is constraint based loading
How many types of sessions are there in informatica.please explain them?
What is difference between Informatica 6.2 Workflow and Informatica Workflow 7.1
What is a sequence generator transformation?
My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following EmpID, Salary, Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103, 3000, 6000). Please guide on how to build the mapping.