InterviewSolution
Saved Bookmarks
| 1. |
What is the default format for “Date” data type?(a) YYYY-MM-DD(b) MM-YYYY-DD(c) DD-MM-YYYY(d) None of the mentionedThis question was addressed to me in final exam.This key question is from MySQL Datatypes topic in division Data Types of MySQL |
|
Answer» RIGHT option is (a) YYYY-MM-DD The EXPLANATION is: Default means values that are ASSUMED by the SERVER. |
|