1.

Triggers enable to enforce data integrity constraints.(a) True(b) FalseI got this question by my school principal while I was bunking the class.The above asked question is from Triggers topic in section Stored Programs of MySQL

Answer»

Right OPTION is (a) True

The explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions