Refer to the exhibits.

A business analyst needs to see the currency conversion provided by a third party process, and only contains a record when the rate changes in a chart. The currency conversion rate data is An existing master calendar exists in the data model that contains a full set of dates.
Which technique should the data architect use to meet this requirement?
- Utilize INTERVALMATCH to load the currency conversion rate between dates the conversation changed
INNER JOIN the resultant table back into the master calendar - OUTER JOIN the calendar with the currency conversion table ORDER BY the date and use the PEEK function to fill in blank values
- Leverage a FOR loop between the start date and end date of the master calendar Use the MATCH function to add the currency conversion rates to the master calendar
- Use ITERNO and AUTOGENERATE to create a new calendar from max and min dates of the currency conversion table
Reveal Solution Next Question