Which tool generates and executes the SQL for a specific node of your calculation view?
Answer : A
Your calculation view consumes one data source, which includes the following columns: SALES_ORDER_ID, PRODUCT_ID, QUANTITY and PRICE.In the output, you want to see summarized data by PRODUCT_ID and a calculated column, PRODUCT_TOTAL, with the formula QUANTITY * PRICE.In which type of node do you define the calculation to display the correct result?
Answer : C
Why would you use the Transparent Filter property in a calculation view?
Answer : B
In a calculation view, why would you implement an SQL expression? Note: There are 3 correct answers to this question.
Answer : B, D, E
What are some of the restrictions that apply when defining parallelization blocks in calculation views? Note: There are 2 correct answers to this question.
Answer : B, D
Why would you choose to implement a referential join?
Answer : D
What are the limitations of using a full outer join in a star join node?Note: There are 2 correct answers to this question.
Answer : A, B