Answer Posted / hrindows@gmail.com
We can use the CREATE TRIGGER statement for creating a new trigger in MySQL.
SYNTAX:
CREATE TRIGGER trigger_name
(AFTER | BEFORE) (INSERT | UPDATE | DELETE)
ON table_name FOR EACH ROW
BEGIN
--variable declarations
--trigger code
END;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is mysql a server?
What is meant by mysqli?
What is prepare statement in mysql?
what is database black box testing? : Mysql dba
can you tell how can you display the maximum salary in sql? : Mysql dba
Is mysql a free database?
Does mysql use tcp or udp?
Should I use pdo or mysqli?
What is row level locking?
Write a query to find duplicate rows in table?
What is MySQL?
How do I grant privileges to a user in mysql phpmyadmin?
What are the differences between a primary key and foreign key?
Write a command with which mysql table can be repaired
Do I need python for mysql?