Home » SQLite Drop Trigger

SQLite Drop Trigger

by Online Tutorials Library

SQLite DROP TRIGGER

In SQLite, DROP TRIGGER command is used to drop/ delete trigger from a table.

Syntax:

Example:

See the given example. It has 5 triggers:

Sqlite Drop trigger 1

Let’s drop the trigger named “audit_log”.

Now you can see “audit_log” is dropped.

Sqlite Drop trigger 2


Next TopicSQLite Primary Key

You may also like