For which of the following are triggers not supported?
For which of the following are triggers not supported? Correct Answer views
In MySQL, the triggers are run only after the table modifications like insert, update and delete are run. Triggers are not supported for views. In order to create a trigger, the CREATE TRIGGER statement is used.
মোঃ আরিফুল ইসলাম
Feb 20, 2025