Two calculation views, A and B, are defined as shown in the diagram. Three analytic privileges have been granted to you. When you preview calculation view A, what data do you see?
In your calculation view, you want to consume a custom data source defined using SQLScript. In which type of object do you write your code?
What are some best practices for writing SQLScript for use with calculation views? Note: There are 2 correct answers to this question.
Which of the following data sources can you include in a graphical calculation view? Note: There are 2 correct answers to this question.
Why do you nest flowgraphs? Note: There are 2 correct answers to this question.
You combine two customer master data tables with a union node in a calculation view. Both master data tables include the same customer name. How do you ensure that each customer name appears only once in the results?
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.
What can you do with shared hierarchies? Note: There are 2 correct 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 3 correct answers to this question.
What are the limitations of using a full outer join in a star join node? Note: There are 2 correct 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 2 correct answers to this question.
In a calculated column, which object do you use to process a dynamic value in an expression?
What are some best practices when developing calculation views? 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?
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?