Tag Archives: how to execute a trigger in mysql

Trigger Execution examples in mysql

We have two database tables. while updating the table entry trigger will execute. tbl_experience tbl_salary after updating the experience in the tbl_experience table. automaticaly update the salary column in the tbl_salary Step1: Use the below code to create tables through phpmyadmin-paste the below code into the query window.

Step2: execute the below script through… Read More »