Rename Trigger
This Article will help you to understand “RENAME Trigger” with example and it’s detailed description.
ALTER TRIGGER statement used to RENAME the trigger.
Example
We will create table “electricity_bill”.
Then create trigger “trg_rename_example” on electricity_bill table.
We will check the trigger status from “USER_TRIGGERS” table.
Then we will RENAME trigger by ALTER TRIGGER statement and then check again the USER_TRIGGERS table. You will notice new name of trigger in output.
Code



