Answers for "pl sql disable trigger"

SQL
0

pl sql disable trigger

ALTER TRIGGER trigger_name DISABLE;
ALTER TRIGGER trigger_name ENABLE;

ALTER TABLE table_name DISABLE ALL TRIGGERS;
ALTER TABLE table_name ENABLE ALL TRIGGERS;
Posted by: Guest on November-18-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language