InterviewSolution
Saved Bookmarks
| 1. |
What is the default format for “Timestamp” data type?(a) YYYY-MM-DDHH:MI:SS(b) MM-YYYY-DDHH:MI:SS(c) DD-YYYY-MMMI:HH:SS(d) None of the mentionedI got this question in an international level competition.The above asked question is from MySQL Datatypes in portion Data Types of MySQL |
|
Answer» CORRECT option is (a) YYYY-MM-DDHH:MI:SS To explain: Default means VALUES that are ASSUMED by the SERVER. |
|