August 2010
Intermediate to advanced
526 pages
23h 39m
English
DROP TRIGGER — Delete a trigger action from a database

DROP TRIGGERdatabase_name.trigger_name;
The DROP
TRIGGER command removes a trigger from the
database. A trigger will also be removed when the associated table is
removed.
Dropping a trigger that does not
exist normally generates an error. If the optional IF EXISTS clause is provided,
this error is silently ignored.
Read now
Unlock full access