SQL - Trigger

Data System Architecture

About

trigger are code that is fired after an event occurs on the data of a table.

trigger are run each time a specific set of conditions are met, such as:

  • the addition
  • or updating

of a record in the database.





Discover More
Data System Architecture
SQL - Data Manipulation Language (DML)

Data Manipulation Language (DML) is a category of SQL statement that modify the data of a database. The principal commands are: SELECT UPDATE, INSERT, and DELETE but you can also find: ...



Share this page:
Follow us:
Task Runner