Multiple choice technology mainframe Which are the four data modification db2 statements. select, update, create, insert select, update, alter, modify alter, update, create, insert 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.