I need help with Triggers
Hello, I need help with the triggers. I need to know how to get the data that was just inserted in a table e.g. If I insert into my table Persons like this "INSERT INTO Persons(id,name) VALUES(123,'Robert King')" I need to create a trigger that capture that data I mean get 123 and 'Robert King'.(There are more attributes in the table). Thank you for the help.
|