Skip to main content
MindsDB home page
Unify
Ask AI
Copy page
Search...
MindsDB home page
Search...
Navigation
Triggers
Query Triggers
Overview
Introduction
Overview
Data Unification
Knowledge Bases
Tables, Views, and Files
Projects
Data Transformation
Custom Functions
Standard SQL Support
Data Automation
Jobs
Triggers
Create a Trigger
Remove a Trigger
Query Triggers
Watch Video
Slack
GitHub
Website
On this page
Description
Syntax
Triggers
Query Triggers
Description
Triggers enable users to define event-based actions. For example, if a table is updated, then run a query to update predictions.
Currently, you can create triggers on the following data sources:
MongoDB
,
Slack
,
Solace
.
Syntax
Here is the syntax for querying all triggers:
Copy
Ask AI
SHOW TRIGGERS;
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Remove a Trigger
Assistant
Responses are generated using AI and may contain mistakes.