Which three statements are true about time zones, date data types, and timestamp data types in an Oracle By Singh | December 31, 2022 0 Comment Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.) A. A TIMESTAMP WITH LOCAL TIMEZONE data type column is stored in the database using the time zone of the session that inserted the row B. The CURRENT_TIMESTAMP function returns data without time zone information C. The DBTIMEZONE function can return an offset from Universal Coordinated Time (UTC) D. A TIMESTAMP data type column contains information about year, month, and day E. The SESSIONTIMEZONE function can return an offset from Universal Coordinated Time (UTC) Correct Answer: B,C,E