SELECT
for querying data.INSERT
for adding data.UPDATE
for modifying data.DELETE
for removing data.DROP
, ALTER
, and CREATE
are DDL (Data Definition Language) commands, not DML. Thus, the correct DML command in the options is DELETE
.
On a relation named Loan of a bank: