What statement must you insert to the following OData service to complete the navigation definition from the customer entity set to the corresponding sales orders? Please choose the correct answer.
service{ "sample.odata::customer" as customer" navigates ("Customer_Orders* as "toOrders); "sample.odata::salesorder" as "Orders";)
association Customer_Orders with referential constraint principal customer key CustomerID dependent Orders key CustomerID multiplicity ''1'' to ''*'';
The other options are not correct because:
You are asked to produce sales value for the month using sales order line items (sales price per item x quantity sold) what do you use to achieve this in a calculated column of a calculation view? There are 2 correct answers to this question.
How do you specify the target currency for currency conversion in calculation views? There are 3 correct answers to this question.
To specify the target currency for currency conversion in calculation views, you can use one of the following methods:
In a column: You can associate the measure with an attribute column that contains the target currency code. For example, if you have a table that stores the sales amount and the currency code for each transaction, you can use the currency code column as the target currency for the sales amount measure.
With an input parameter: You can create an input parameter that allows the user to select or enter the target currency code at runtime. For example, if you want to display the sales amount in different currencies based on the user's preference, you can use an input parameter as the target currency for the sales amount measure.
Which of the following are characteristics of database procedures?
To perform a specific task of an XS advanced application, what does a user need? Please choose the correct answer.
Altha
4 months agoJules
5 months agoStanton
5 months agoCiara
5 months agoYoulanda
6 months agoRose
7 months ago