Small. Fast. Reliable.
Choose any three.
Search for:

SQL As Understood By SQLite

[Top]

DROP TRIGGER

drop-trigger-stmt:

R-35418-18016:[ ]

R-61172-15671:[The DROP TRIGGER statement removes a trigger created by the CREATE TRIGGER statement. ] R-50239-29811:[Once removed, the trigger definition is no longer present in the sqlite_master (or sqlite_temp_master) table and is not fired by any subsequent INSERT, UPDATE or DELETE statements. ]

R-37808-62273:[Note that triggers are automatically dropped when the associated table is dropped. ]