Multiple choice technology mainframe

DB2 data can be modifed using :

  1. INSERT

  2. UPDATE

  3. DELETE

  4. All the above.

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

DB2 provides three main DML (Data Manipulation Language) statements for modifying data: INSERT adds new rows, UPDATE modifies existing rows, and DELETE removes rows. All three operations change the database content.