How to Open the target table editor to view the Schema In and Schema Out?
The Marketing department would like to send special offers to customers who have placed a specified number of orders. This can be done by creating a custom function that must be called when a customer order is placed.
You want to create a custom function to accept the input parameters of the Customer ID, and the number of orders required to receive a special order, check the Orders table, and then create an initial list of eligible customers.
How to In the Local Object Library, create a new customer function called CF_MarketingOffer.
When evaluating the customer data for Alpha Acquisitions, you discover a data entry error.
The contact title of "Account Manager" has been entered as "Accounting Manager".
You must correct these entries before it is moved to the data warehouse.
How to In the Alpha_NACustomer_DF workspace, delete an existing expression for the Title column in the Query transform.
In the workspace for Alpha_Product_DF, How to add the product table from the Alpha datastore as the source object?
The Marketing department would like to send special offers to customers who have placed a specified number of orders. This can be done by creating a custom function that must be called when a customer order is placed.
You want to create a custom function to accept the input parameters of the Customer ID, and the number of orders required to receive a special order, check the Orders table, and then create an initial list of eligible customers.
How to Create a new batch job and data flow, called
Alpha_Marketing_Offer_Job and _Marketing_Offer_DF respectively, and a new global variable
$G_Num_to_Qual.