SAP Certified Development Associate - SAP HANA Cloud 1.0 認定 CHCDEV03 試験問題 (Q72-Q77):
質問 # 72 A new release of SAP HANA Cloud, SAP HANA database is available as of today.If you do NOT perform the upgrade manually, how much time do you have before your database will be automatically upgraded to the next release?
A. 1 year
B. 3 months
C. 7 months
D. 2 weeks
正解:C 質問 # 73 You have to create an association between Books and Authors entities using Core Data Services (CDS).Which syntax is applicable?
A. entity Books { key ID : Integer; title : String; author : Association to Authors;} Authors { key ID : Integer;name : String;}
B. entity Books { key ID : Integer; title : String; author : Association to Authors;}entity Authors { key ID : Integer;name : String;}
C. entity Books {key ID : Integer; title : String; author : Association to entity Authors { key ID : Integer;name : String;} ;}
D. entity Books {key ID : Integer;title : String; author : Association to Authors;entity Authors {key ID : Integer; name : String;}}
正解:B 質問 # 74 You want to implement an event handler to show a console log once a supplier record is read.What is the correct syntax to implement this?