It’s time to put what you’ve learned to the test, get 3 questions right to pass this unit.
Q1.
Which part of SQL is represented by ABAP SQL?
Choose the correct answer.
A
Data Control Language
B
Data Definition Language
C
Data Manipulation Language
Q2.
What is the correct sequence of clauses in the SELECT SINGLE statement?
Choose the correct answer.
A
SELECT SINGLE FIELDS... FROM... INTO... WHERE...
B
SELECT SINGLE FROM... FIELDS... WHERE... INTO
C
SELECT SINGLE FROM... FIELDS... INTO... WHERE...
D
You can write the clauses in any sequence.
Q3.
Which of the following are valid data sources for a CDS view entity?
There are 2 correct answers.
A
An internal table
B
A database table
C
Another CDS view entity
D
A structure
Q4.
You are writing a SELECT statement that reads data using a CDS view entity. In the field list, you want to read a field from an associated table. What do you use?