Home » MYSQL » Data Types » Question
  1. Which data and time datatype stores time value in ‘hh:mm:ss’ format?
    1. TIMESTAMP
    2. DATETIME
    3. DATE
    4. TIME
    5. None of these
Correct Option: D

MySQL has some variety of date and time datatypes. These datatypes are crucial for representing records in a table. The ‘TIME’ type represents a time value, stored in the ‘hh:mm:ss’ format.



Your comments will be displayed only after manual approval.