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.
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?
Choose the correct answer.
A
A logical expression
B
A path expression
C
A regular expression
Q3.
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.
Q4.
Which of the following are valid data sources for a CDS view entity?
There are two correct answers.
A
An internal table
B
A database table
C
Another CDS view entity
D
A structure
To complete the knowledge quiz you need to create an account or login