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.
You develop an OData service using XSODAT
According to the SAP HANA Developer Guide, XSODATA supports the following HTTP commands to define the operations on the resources:
DGET: Retrieves a single entity or a collection of entities from the data source.
DPUT: Updates an existing entity in the data source.
POST: Creates a new entity in the data source.
DELETE: Deletes an existing entity from the data source.
In which of the following objects can you use Commit and Rollback statements? Please choose the correct answer.
Altha
9 months agoJules
10 months agoStanton
10 months agoCiara
10 months agoYoulanda
11 months agoRose
12 months ago