Why would you implement SQL in calculation views? Note: There are 2 correct answers to this question.
Answer : B, D
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?
Answer : D
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.
Answer : A, D, E
Why would you use an anonymous block when writing SQLScript?
Answer : B
In a calculation view, why would you implement an SQL expression? Note: There are 3 correct answers to this question.
Answer : A, B, C
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?
Answer : C
You create a user-provided service to access tables in external schemas.
In which file type do you assign the user-provided service to your database module?
Answer : D