SQLRef / Quick Reference / Commands / C / CREATE TRIGGER
SQLRef Menu:
  • Quick Reference:
  • My Bookmarks
Enter a specific command or browse:

| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | All |

Name: create trigger
Description: create a new trigger
Syntax:
	CREATE TRIGGER trigger_name AFTER|BEFORE event1 [OR event2 [OR event3] ]
	ON class_name FOR EACH ROW|STATEMENT
	EXECUTE PROCEDURE func_name ([arguments])

	eventX is one of INSERT, DELETE, UPDATE

Detailed Instructions For:
SQLRef Designed by Quentin Smith, © 2001-2003
Email the webmaster.
348110 hits since January, 2001.

Creative Commons License
This work is licensed under a Creative Commons License.