How many result sets are returned when an SAP HANA database procedure is called using the CALL...WITH OVERVIEW statement?
You implement an ABAP-managed database procedure (AMDP). Within this AMDP, you want to query data from calculation view CA_BOOKINGS_COUNT in SAP HANA content package ha400.primdb. How can you address the calculation view? Note There are 2 correct answers to this question.
Which step of the Guided Performance Analysis should you perform in the production system?
User STUDENT_A creates and activates a design-time object. In which schema is the runtime object generated?
Which of the following takes advantage of the computing power of multiple CPUs used by SAP HANA?
You have created a CDS view as follows: define view zha400 as
select from spfli association^] to sflight as_flights on
spfli.carrid = _flights.carrid and spfli.connid = _flights.connid { ... } Given that table sflight also contains the field planetype, how must you address the fields carrid and planetype from table SFLIGHT?