πŸ“Š MySQL
Q. What is the default format for "Year" data type?
  • (A) YYYY
  • (B) table name
  • (C) MM-YYYY-DD
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… 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.

Explanation by: Sandhya Thakur
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
128
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sandhya Thakur
Publisher
πŸ“ˆ
82%
Success Rate