DBA > Job Interview Questions > MySQL and SQL

Explain TIMESTAMP DEFAULT ‘2006:09:02 17:38:44?

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

(Continued from previous question...)

Explain TIMESTAMP DEFAULT ‘2006:09:02 17:38:44? ON UPDATE CURRENT_TIMESTAMP.

A default value is used on initialization, a current timestamp is inserted on update of the row.

(Continued on next question...)

Other Job Interview Questions