Question: Which statement is true about TIMESTAMP and DATETIME data types?

  1. TIMESTAMP values require more bytes for storage than DATETIME values.
  2. TIMESTAMP is stored without timezone, and DATETIME is stored in UTC values.
  3. TIMESTAMP and DATETIME are both stored without time zone.
  4. 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.