September 2000
Intermediate to advanced
418 pages
11h 5m
English
| DROP TRIGGER |
DROP TRIGGER [schema.]trigger_name |
Removes a trigger from the database.
schema
The name of the schema containing the trigger to be dropped. If omitted, the current schema is assumed.
triggername
Specifies the name of the trigger to be dropped.
The following statement removes the empaud trigger from the database:
DROP TRIGGER empaud