DELIMITER $$ CREATE TRIGGER ^trigger_name$ ^before_or_after$ ^insert_or_update_or_delete$ ON ^table_name$ BEGIN END $$