A mapping contains

(1) Source Table S_Time ( Start_Year, End_Year )

(2) Target Table Tim_Dim ( Date, Day, Month, Year, Quarter )



A mapping contains (1) Source Table S_Time ( Start_Year, End_Year ) (2) Target Table Tim_Dim (..

Answer / pati

Day = to_char(sysdate,'Day')
Date = to_char(sysdate,'DD')
Month = to_char(sysdate,'Month')
Year = to_char(sysdate,'YYYY')
Quater = to_char(sysdate,'Q')

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Informatica Interview Questions

what is diff b/t sorter t/r and agg have the option sorter property...

0 Answers  


Define Incremental Aggregation?

2 Answers  


can u give example for factless fact table

2 Answers   TCS,


why we use datawarehouse

0 Answers   HCL,


Briefly define reusable transformation?

0 Answers  






What is deployemnt groups, Lables, query and dynamic deployment group.

1 Answers   IBM, SVP,


Explain grouped cross tab?

1 Answers   Accenture,


when we go for unconnected lookup transformation? and why?

5 Answers   Accenture,


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

0 Answers  


What is joiner transformation in informatica?

0 Answers  


How does the aggregator transformation handle null values?

0 Answers  


Does Facttable Normalized or Denormalized?

2 Answers   IBM,


Categories