1.

Is “Datetime” and “Timestamp” are same data type?(a) Yes(b) No(c) Depends(d) None of the mentionedThe question was posed to me in an online quiz.I need to ask this question from MySQL Datatypes in chapter Data Types of MySQL

Answer»

The correct answer is (a) Yes

The explanation is: “TIMESTAMP” column will AUTOMATICALLY be populated with current Date/time by the Mysql SERVER, when any row MODIFIED.



Discussion

No Comment Found

Related InterviewSolutions