DBA > Job Interview Questions > MySQL and SQL

What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?

On initialization places a zero in that column, on future updates puts the current value of the timestamp in.

(Continued on next question...)

Other Job Interview Questions