For some reason, I am launching a space on how to do something like this.
I have a table that looks like this:
UserID | Name | DateAdded | LastUpated -------------------------------------------------- 1 | James Q | 1/1/2009 |
If I insert or update a record, the latest update should be updated by sysdate. How can I do something like this?
oracle triggers
Alteredconcept
source share