Question
Trigger MySQL
Hello guys,
I have a table called "Customers" and another table with the exact same structure called "info"
If I delete a record from "Customers" I would like to insert that record into "Info", I know I can do that using triggers but I do not know how to implement that. Does someone has an idea?
Regards,