0 votes
in Sql by
In which of the following cases a DML statement is not executed?

Select the correct answer from below options:

a) When existing rows are modified.

b) When a table is deleted.

c) When some rows are deleted.

d) All of the above

1 Answer

0 votes
by

The DML statement is used to access and manipulate the data in an existing table. Therefore, it cannot be used in table deletion.

b) When a table is deleted.

Related questions

0 votes
asked Jul 10, 2020 in Sql by SakshiSharma
+1 vote
asked Mar 21, 2021 in JavaScript by rajeshsharma
...