How do I edit a trigger in mysql?



How do I edit a trigger in mysql?..

Answer / Rahul Kumar Yadav

To edit a trigger in MySQL, you first drop the existing trigger using DROP TRIGGER statement, then create a new one with your desired changes using CREATE TRIGGER.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is datadir?

1 Answers  


about foregine

2 Answers  


What is slow query log in mysql?

1 Answers  


What is the difference between mysql and oracle?

1 Answers  


What are the advantages of myisam over innodb?

1 Answers  


What is a procedure example?

1 Answers  


What is the maximum number of records in mysql table?

1 Answers  


How do I start and stop mysql on windows?

1 Answers  


How can I insert images into a Mysql database?

1 Answers  


How do I run a query in mysql?

1 Answers  


Is mysql case-sensitive?

1 Answers  


Give the syntax of REVOKE commands?

1 Answers  


Categories