-
Which data and time datatype stores time value in ‘hh:mm:ss’ format?
-
- TIMESTAMP
- DATETIME
- DATE
- TIME
- 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.