Exit C_TAW12_731 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.31
Question 5 of 5
0% complete
Q5 Single choice

In the technical settings for a transparent table, buffering is switched on and single record buffering is selected.

Which statement uses the buffered data assuming that the WHERE clause contains restrictions for all key fields?

  • A

    SELECT ... . ENDSELECT.

  • B

    SELECT SINGLE ... .

  • C

    SELECT ... INTO TABLE ... .

  • D

    SELECT SINGLE ... FOR UPDATE.