Q. What is the default format for "Year" data type?
β
Correct Answer: (A)
YYYY
Explanation: YYYY: This is the correct option. The default format for the "Year" data type in MySQL is YYYY, which represents a year value with four digits. For example, the year 2022 would be represented as '2022' when stored in a column with the "Year" data type.