You can use the DROP TRIGGER statement to delete a trigger. Syntax:
DROP TRIGGER trigger_name;
When you delete a table, the triggers built on these objects are also deleted.
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
OceanBase Database
Download PDF
You can use the DROP TRIGGER statement to delete a trigger. Syntax:
DROP TRIGGER trigger_name;
When you delete a table, the triggers built on these objects are also deleted.