Home » MYSQL » MySQL Triggers » Question
  1. Triggers enable to enforce data integrity constraints.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

In MySQL, a trigger can examine or change new data values to be inserted or used to update a row in a table. This enables the enforcement of the data integrity constraints.



Your comments will be displayed only after manual approval.