Multiple choice technology databases A DML statement is executed when you Add new rows to a table Modify existing rows of a table Remove existing rows from a table All of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation DML (Data Manipulation Language) includes INSERT (add new rows), UPDATE (modify existing rows), and DELETE (remove existing rows). All three actions are DML operations, so 'All of the above' is correct.