Knowledge quiz

It's time to put what you've learned to the test, get 3 right to pass this unit.

1.

The type tt_table is defined as follows: TYPES tt_table TYPE STANDARD TABLE OF st_connection WITH NON-UNIQUE KEY carrier_id connection_id. Which DATA statement would you use to create an internal table with this type?

Choose the correct answer.
2.

Which of the following statements is true for a standard internal table?

Choose the correct answer.
3.

You want to read data from two database tables so that the SELECT statement returns a single result set that contains no duplicate entries. Which of the following techniques would you use?

Choose the correct answer.
4.

Which of the following can you use to fill an internal table?

There are two correct answers.