What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type
do?



What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?..

Answer / amith

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

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the difference between primary and unique key

5 Answers   CSC,


How do I start mysql in mysql workbench?

0 Answers  


How do I connect to a mysql database?

0 Answers  


How to Join tables on common columns.

0 Answers  


How can an index be declared in mysql?

0 Answers  






What is append query?

0 Answers  


how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...

0 Answers  


What is the use of mysqli_connect in php?

0 Answers  


What are views in mysql?

0 Answers  


Is mysql a programming language?

0 Answers  


Where is the mysql config file?

0 Answers  


How to see the create table statement of an existing table?

0 Answers  


Categories