Visit complete ASP.NET Core roadmap

← Back to Topics List

Triggers

Triggers are special type of stored procedures that are automatically executed in response to specific events that occur within a database. These events can include:

  • Data modification events (INSERT, UPDATE, DELETE) on a specific table or view.
  • Data definition events (CREATE, ALTER, DROP) on specific database objects such as tables or views.
  • Logon events (CONNECT, DISCONNECT) that occur when a user connects to or disconnects from the database.

For more information, visit the following links:

Roadmaps Guides Videos About YouTube

roadmap.sh by Kamran Ahmed

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

© roadmap.sh · FAQs · Terms · Privacy