You created a calculation view that combines two tables in a join node. To improve the runtime of your calculation view, you use a referential join to prune data sources.
How do you check if pruning occurs? Note: There are 2 correct answers to this question.
A calculation view consumes the data sources shown in the graphic. You want to identify which companies sold products in January AND February. What is the optimal way to do this?
Which tool generates and runs the SQL for a specific node of your calculation view?
In a flowgraph, which node do you use to select only the required columns from a data source andto filter specific rows?
You deleted the design-time file of a calculation view in your HDB module.What is the recommended way to ensure that the corresponding runtime object is also removed from the database?
In a calculation view, your table function node executes a table function that requires input parameters.
How can you fill the input parameters of the table function? Note: There are 3 correct answers to this question.
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?
What are the characteristics of a SHARED replica table? Note: There are 3 correct answers to this question.
Why would you implement SQL in calculation views? Note: There are 2 correct answers to this question.
Which of the following tasks are necessary to implement data replication?Note: There are 3 correct answers to this question.
You want to create a star schema using a calculation view. The measures are based on columns from two transaction tables. DIMENSION calculation views provide the attributes.What is the correct approach?
What can you identify using Performance Analysis mode? Note: There are 2 correct answers to this question.
Using the table in the diagram, you need to create a cube calculation view. What is the simplest approach to create the output from the screenshot?