New Year Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Pass C_HANADEV_18 Exam Guide

SAP Certified Development Associate - SAP HANA 2.0 SPS06 Questions and Answers

Question 17

You want to exclusively use declarative logic in an SQL Script procedure. Which of the following operators can you use? There are 2 correct answers to this question.

Options:

A.

COMM IT statement

B.

IF condition

C.

TABLE variable

D.

MAP_REDUCE function

Question 18

Which of the following can be used when implementing transaction management logic in SQLScript using savepoints? Note: There are 3 correct answers to this question.

Options:

A.

Release savepoint

B.

Rollback to savepoint

C.

Savepoint

D.

Reverse savepoint

E.

Alter system savepoint

Question 19

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";)

Options:

A.

Aggregation

B.

Association

C.

Key specification

D.

Join condition

Question 20

You need to view the data model exposed by an OData V2 service. What must you append to the service URL? Please choose the correct answer.

Options:

A.

$schema

B.

$service definition

C.

$metadata

D.

$format