Interview Questions

What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?

MySQL and SQL


(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 Interview Questions