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 to make a column bigger and delete unique from table.
Can you tell how to find the number of rows in a resultset using php?
Can I use mysql for free?
What are the differences between binary and varbinary?
What is the latest mysql version?
How does mysql encrypt passwords?
How to Set a root password if there is on root password.
What are string data types?
What is orm in mysql?
What is query log in mysql?
What is root password?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
What is row locking in mysql?
How do I declare a variable in mysql?
why not null is not allowed at table level