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 Lakebase, the unified database for operational data, real-time analytics, and AI.
Meet OceanBase AI Lakebase, 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.