CREATE TRIGGER <trigger_name> BEFORE | AFTER INSERT | UPDATE | DELETE ON <table_name> SHELL '<command_line>';