Question d’entretien chez Microsoft

what are triggers in SQL

Réponse à la question d'entretien

Utilisateur anonyme

22 juin 2025

SQL triggers are stored procedures that automatically execute in response to certain events in a specific table or view in a database. They are used to maintain the integrity of the data, enforce business rules, and automate tasks