What is trigger in mysql?



What is trigger in mysql?..

Answer / Pradeep Parashar

A trigger in MySQL is a stored program that automatically executes in response to certain events (such as INSERT, UPDATE, or DELETE) on specific tables. Triggers are designed to maintain database integrity and perform auditing tasks by enforcing business rules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

what is the difference between MyISAM and INNO DB in MySQL with the Advantage and disadvantage

3 Answers   ABC,


List the different types of normalization?

1 Answers  


How do we delete a row in a table?

1 Answers  


Difference between MYSQL_ASSOC,MYSQL_NUM and MYSQL_BOTH ?

3 Answers   TCS,


What is the current version of mysql?

1 Answers  


Can't connect mysql server on localhost?

1 Answers  


How to display nth highest salary from a table in a mysql query?

1 Answers  


If you specify the data type as DECIMAL (5,2), what?s the range of values that can go in this table?

2 Answers  


How do I grant privileges to a user in mysql phpmyadmin?

1 Answers  


Where MyISAM table will be stored and also give their formats of storage?

1 Answers  


Is mysql a odbc?

1 Answers  


What is difference between mysql and mysql server?

1 Answers  


Categories