E-HANAAW-17 Exam Question 46
You perform a static code check using the Code Inspector (SCI). In your SCI variant, you select the Search problematic SELECT * statement check. What does this check report? Please choose the correct answer.
E-HANAAW-17 Exam Question 47
What are the two different kinds of Identifiers used to represent names used in SQL statement? There are 2 correct answers to this question
E-HANAAW-17 Exam Question 48
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?
{
...
}
Given that table sflight also contains the field planetype, how must you address the fields carrid and planetype from table SFLIGHT?
E-HANAAW-17 Exam Question 49
Which system schema/user is the owner of all the activated objects?
E-HANAAW-17 Exam Question 50
In addition to closing the result set. what does the CLOSE method of the CL_SQL_RESULT_SET class when using ABAP Database Connectivity (ADBC) do? Please choose the correct answer.