-
The date and time datatype that stores time value in ‘hh:mm:ss’ format is ___________.
-
- 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.