Inserting records with triggers
Posted: Wed Feb 22, 2012 12:27 pm
I'm working on a project, and I'm trying to make it so that whenever I insert a record into a certain table, a new record is created in another table with information about the first one. Is there a way to do this with triggers?