educative.io

What about DDL triggers?

The lesson is telling that triggers are associated with only INSERT, UPDATE and DELETE commands, but what about DDL triggers, I’ve read that there are also this type of them? Don’t want the lesson to be misleading, if there are in fact other triggers apart from DML.


Course: https://www.educative.io/collection/5352985413550080/6335716377231360
Lesson: https://www.educative.io/collection/page/5352985413550080/6335716377231360/5985603704324096

Hi @Dmitry_Polovinkin
Thanks for pointing it out. There are DDL triggers, however in this case we’re talking about the MySql server, and it only supports DML triggers, i.e. the INSERT, UPDATE, and DELETE commands.
I hope it helps. Happy Learning :slight_smile: