Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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?

A.

Projection

B.

Union

C.

Aggregation

D.

Join

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?

A.

Build the project that contained the deleted design-time file.

B.

Execute a DROP statement in an SQL console connected to the HDI container.

C.

Build the folder that contained the deleted design-time file.

D.

Execute the refactor function for the calculation view.

Why do we use Git when modeling calculation views?

A.

To display dependencies in stacked scenarios

B.

To automate the build process

C.

To manage versions of source files

D.

To enable collaboration between developers

Why do you create calculation views of data category DIMENSION with type TIME?

A.

To add a temporal condition to a join to find matching records from two tables based on a date

B.

To provide additional time-related navigation possibilities

C.

To store historical versions of attributes

D.

To provide the time intervals required by time-dependent parent-child hierarchies