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



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

Answer / amith

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

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More MySQL Interview Questions

How many mysql connections can handle?

0 Answers  


How to find second highest salary from a table?

0 Answers  


What is the default port number of mysql?

0 Answers  


What is bdb (berkeleydb)?

0 Answers  


How show all tables in mysql query?

0 Answers  






Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.

0 Answers  


Is mysql port 3306 tcp or udp?

0 Answers  


What is a crosstab query?

0 Answers  


What is Foreign Key? What is the main difference between primary key and Foreign Key ? How Foreign Key can be defined? Is Foreign key is used to join two or more table?

4 Answers  


What is the different between NOW() and CURRENT_DATE()?

1 Answers  


Explain the different types of constraints?

0 Answers  


What is database engine in mysql?

0 Answers  


Categories