Which of the following types of statement can trigger a trigger execution?
Which of the following types of statement can trigger a trigger execution? Correct Answer Both DML & DDL statements
Both the DML statements (DELETE, INSERT, UPDATE) and the DDL statements (CREATE, ALTER, DROP) are used to trigger a trigger execution. Triggers are written to be executed in response to any of these events including any database operation like LOGON, LOGOFF, SHUTDOWN etc.
মোঃ আরিফুল ইসলাম
Feb 20, 2025