top of page
CerebroSQL

ALTER TRIGGER

RDBMS Type: Oracle

ALTER TRIGGER [ schema. ] trigger
{ ENABLE
| DISABLE
| RENAME TO new_name
| trigger_compile_clause
} ;

Example

bottom of page