SAP C_ABAPD_2309 Practice Test 1

Question 1 / 40
Which of the following are valid sort operations for internal tables? Note: There are 3 correct answers to this question.
Sort a standard table using SORT itab ASCENDING. Sort a sorted table using
SORT itab BY fieldl ASCENDING field2 DESCENDING. Sort a standard table using
SORT itab BY field1 field2. Sort a standard table using
SORT itab. Sort a sorted table using
SORT itab DESCENDING.