Hi All,
In many of our custom tables we use to have creation date and last update date columns. These columns are populated by insert statements and update statements.
Is there any way to populate the date columns automatically may be while creating table can we put something to populate these dates automatically.
I mean populate creation date when a new row inserted and populate last update date column when same row is updated again.