In which of the following cases a DML statement is not executed? › Category: SQL › In which of the following cases a DML statement is not executed? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago In which of the following cases a DML statement is not executed? When existing rows are modified. When a table is deleted. When some rows are deleted. All of the above 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago 2-When a table is deleted. Explanation: The DML statement is used to access and manipulate the data in an existing table. Therefore, it cannot be used in table deletion.