Single Choice Easy

QWhich MySQL data type is used to store a date and time value?

ID: #15413 Introduction to MySQL Databases 133 views
Question Info
#15413Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A INT
  • B VARCHAR
  • C DATE
  • D BOOLEAN
Correct Answer

Explanation

The DATE data type in MySQL is used to store a date value without any time components. It allows you to store dates in the format 'YYYY-MM-DD'.

Share This Question

Challenge a friend or share with your study group.