DB2 data can be modifed using :
-
INSERT
-
UPDATE
-
DELETE
-
All the above.
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.