Multiple choice technology programming languages

What is true?

  1. A view contains data

  2. Views can be buffered

  3. Views can not be buffered

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This appears to be a SAP ABAP-specific question. In SAP, views can be buffered (option to buffer view data in memory for performance), though views themselves don't contain physical data - they store queries that generate data when accessed. The correct answer depends on SAP's view buffering capability, which does exist.