Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON
UPDATE CURRENT_TIMESTAMP .
Answer Posted / amith
The column exhibits the same behavior as a single timestamp
column in a table with no other timestamp columns.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do I run a query in mysql?
How do you determine the location of mysql data directory?
How can we convert between Unix & MySQL timestamps?
What are ddl statements in mysql?
What is truncate in mysql?
can you tell what are the different set operations available in mysql? : Mysql dba
What are the drivers in MySQL?
how can you test for null values in a database? : Mysql dba
How do I setup a mysql database?
How do you insert a table?
How to add a new column to an existing table in mysql?
How do I select a database in mysql?
What is delimiter in mysql?
How much does mysql enterprise cost?
How to use sum function in where clause in mysql?