A mapping contains

(1) Source Table S_Time ( Start_Year, End_Year )

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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is stop and abort are same in informatica?

570


How to use pmcmd utility command?

580


What is incremental aggregation?

575


Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?

605


What are the types of schemas we have in data warehouse and what are the difference between them?

523






Can we override a native sql query within informatica?

630


Describe an informatica powercenter?

608


How can we remove the duplicates from flat file source?

579


What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks

4780


What are the different types of transformation available in informatica.

637


Explain the code page compatibility?

643


How to load last n records of file into target table - informatica

598


Define filter transformation?

626


4 yrs etl devloper roles and responsibilities?any body give solutions

1577


How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?

1604