InterviewSolution
Saved Bookmarks
| 1. |
What is the default format for “Time” data type?(a) HHH:MI:SS(b) SS:MI:HHH(c) MI:SS:HHH(d) None of the mentionedI got this question in a job interview.Question is taken from MySQL Datatypes in portion Data Types of MySQL |
|
Answer» CORRECT choice is (a) HHH:MI:SS Explanation: Default MEANS VALUES that are ASSUMED by the server. |
|