This is what I have so far:
create trigger UPDATE_DATE on TABLE after update on COLUMN_DATE set current_timestamp;
I know this is not correct but I am trying to fi