Multiple choice technology mainframe

Which are the four data modification db2 statements.

  1. select, update, create, insert

  2. select, update, alter, modify

  3. alter, update, create, insert

  4. select, update, delete, insert

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

The four DML (Data Manipulation Language) statements in DB2 are SELECT (retrieve), UPDATE (modify existing), DELETE (remove), and INSERT (add new). These are the core statements for modifying table data.