Home » MYSQL » MySQL Internationalization and Localization » Question
  1. The date and time datatype that stores time value in ‘hh:mm:ss’ format is ___________.
    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.