91-9990449935 0120-4256464 |
Oracle DROP TriggerIn Oracle, DROP TRIGGER statement is used to drop the trigger if you find that you need to remove it from the database. Syntax Parameterstrigger_name: It specifies the name of the trigger that you want to drop. Oracle DROP Trigger ExampleIt will drop the trigger name "SUPPLIERS_T1" from the table "SUPPLIERS".
Next TopicOracle Disable Trigger
|