Question: Which statement is true about TIMESTAMP and DATETIME data types?
- TIMESTAMP values require more bytes for storage than DATETIME values.
- TIMESTAMP is stored without timezone, and DATETIME is stored in UTC values.
- TIMESTAMP and DATETIME are both stored without time zone.
- TIMESTAMP is stored in UTC values, and DATETIME is stored in without time zone.
Answer: The correct answer of the above question is Option C:TIMESTAMP and DATETIME are both stored without time zone.