InterviewSolution
Saved Bookmarks
| 1. |
Is “Datetime” and “Timestamp” are same data type?(a) Yes(b) No(c) Depends(d) None of the mentioned |
|
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. |
|