How to create trigger in mysql workbench?



How to create trigger in mysql workbench?..

Answer / Manoj Kumar Verma

In MySQL Workbench, you can create triggers using the SQL Editor. First, create a new SQL script, then write and execute your CREATE TRIGGER statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How can you get your MySQL root password, if you lost it?

1 Answers   PCS,


How do I drop a database in mysql?

1 Answers  


How to store values to array from mysql database in php?

1 Answers  


How do I connect to a mysql database?

1 Answers  


What is mysql primary key?

1 Answers  


Is mysql a programming language?

1 Answers  


Is mysqli faster than mysql?

1 Answers  


What are the different column comparison operators in mysql?

1 Answers  


What is the difference between a heap table and temporary table?

1 Answers  


What is mysql default database?

1 Answers  


What is schema in mysql?

1 Answers  


What is difference mysql and mysqli?

1 Answers  


Categories