in Sql by
What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?

1 Answer

0 votes
by

TIMESTAMP column is updated with Zero when the table is created.  UPDATE CURRENT_TIMESTAMP modifier updates the timestamp field to current time whenever there is a change in other fields of the table.

...