Which internal table type allows unique and non-unique keys?
How can you control data access of a business user? Note: There are 3 correct answers to this question
Which of the following integration frameworks have been released for ABAP cloud development? Note: There are 3 correct answers to this question
What describes multi-column internal tables?
You select a field flight_date with type DATS in the field list of a CDS view.
Which of the following expressions returns the 2-digit month from the field? Note: There are 2 correct answers to this question
In a subclass sub1 you want to redefine a component of a superclass super1.
How do you achieve this? Note: There are 2 correct answers to this question.
You have two database tables - ZDEPARTMENTS and ZEMPLOYEES. They are linked by a foreign key relationship:
ZEMPLOYEES is the foreign key table and ZDEPARTMENTS is the check table. A department may have any number of employees (including none at all).
What is the correct cardinality of the foreign key relationship?
You have attached a system field to an input parameter of a CDS view entity as follows:

What are the effects of this annotation? Note: There are 2 correct answers to this question.