Why would you implement SQL in calculation views? Note: There are 2correct 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?
What are some of the restrictions that apply when defining parallelization blocks in calculation views? Note: There are 2correct answers to this question.
When you build/deploy a flowgraph, what can be generated? Note: There are 3correct answers to this question.
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 3correct answers to this question.
You implement a referential join between Table A and Table B, but when you query the calculation view, Table B is not pruned. What could be the problem? Note: There are 2correct answers to this question.
You have configured static cache for your calculation view and run a query against it, but the cache results are not being used. What might be the reason for this?
Which of the following data sources can you include in a graphical calculation view? Note: There are 2correct answers to this question.
What are some best practices when developing calculation views? Note: There are 2correct answers to this question.
In a flowgraph, which node do you use to select only the required columns from a data source and to filter specific rows?
You create a table function to remove historic records, sum the current total weekly working hours for each employee, and update the personnel table with the results. The deployment of the table function fails.
Which of the following could be a valid reason?
Why do you use the Hidden Columns checkbox in the semantics node of your calculation view? Note: There are 2correct answers to this question.
You want to map an input parameter of calculation view A to an input parameter of calculation viewB using the parameter mapping feature in the calculation view editor. However, the input parameters of calculation view B are not proposed as source parameters.
What might be the reason for this?
You are creating a procedure to be consumed in a DYNAMIC analytic privilege. What must you consider? Note: There are 2correct answers to this question.
In a calculation view, why would you choose the DEPRECATED setting? Note: There are 2correct answers to this question.
You set the Null Handling property for an attribute but do not set a default value. What is displayed when null values are found in a column of data type NVARCHAR?