Which SAP HANA system views contain information about the object ownership? There are 2 correct answers to this question.
Which SAP HANA system views contain information about the object ownership? There are 2 correct answers to this question.A . SCHEMAS B. TABLES C. OBJECTS D. ROLESView AnswerAnswer: A, B
Which operations can you perform in the SAP Web IDE for SAP HANA?
You work on a multi-target application that uses the SAP HANA Deployment Infrastructure (HDI). Which operations can you perform in the SAP Web IDE for SAP HANA? There are 2 correct answers to this question.A . Create objects in the SAP HANA repository. B. Deploy HTML5 modules to the SAP...
What are some of the advantages of SQL Script compared to plain SQL queries? There are 2 correct answers to this question.
What are some of the advantages of SQL Script compared to plain SQL queries? There are 2 correct answers to this question.A . It enables modular parameterized programing. B. It increases performance by parallel execution of complex SQL statements. C. It contains a well-defined ANSI standard. D. It retrieves a...
Which of the following information must you specify when you create a new project in SAP Web IDE for SAP HANA? There are 2 correct answers to this question.
Which of the following information must you specify when you create a new project in SAP Web IDE for SAP HANA? There are 2 correct answers to this question.A . SAP HANA database version B. Project name C. Template D. NamespaceView AnswerAnswer: B, C
From which tool can you run the XS command line? Please choose the correct answer.
From which tool can you run the XS command line? Please choose the correct answer.A . Local operating system shell B. SAP HANA studio C. SAP WeblDE for SAP HANA D. SAP HANA cockpitView AnswerAnswer: A
Which activities do you perform on an application in the SAP HANA XS Advanced Cockpit? There are 2 correct answers to this question.
Which activities do you perform on an application in the SAP HANA XS Advanced Cockpit? There are 2 correct answers to this question.A . Monitor applications assigned to the current space. B. Deploy applications to SAP Cloud Platform. C. Display HDI container content. D. Start, stop, and restart applications.View AnswerAnswer:...
What key words are contained in the application descriptor file (xs-app.json)? There are 2 correct answers to this question.
What key words are contained in the application descriptor file (xs-app.json)? There are 2 correct answers to this question.A . routes B. role-templates C. tenant-mode D. authentication MethodView AnswerAnswer: A, D
Which modules do you use?
You develop a Node.js application for the SAP HANA platform that executes a SQL statement in the SAP HANA database. Which modules do you use? There are 2 correct answers to this question.A . @sap/instance-manager B. @sap/xsenv C. @sap/hdbext D. @sap/node-vsiView AnswerAnswer: B, C
Which capability do you use for this relationship?
You need to combine data from different database tables within your OData service. Which capability do you use for this relationship? Please choose the correct answer.A . Aggregations B. Projections C. Associations D. Entity setsView AnswerAnswer: C
Which activities do you perform?
You need to access a remote database table object within your HDB module in a Multi-target application project. In SAP HANA extended application services, advanced model (XS advanced) a user-provided service was created to access the external schem a. The service is already declared in the Multi-target application project YAML...