Oracle Database Administration I — Question 20

Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

The correct answers A, D, and E are true because A states that CURRENT_TIMESTAMP does not include time zone info, while D and E accurately describe the DBTIMEZONE and SESSIONTIMEZONE functions, which return offsets from UTC. Option B is incorrect because a TIMESTAMP WITH LOCAL TIMEZONE stores the timestamp in UTC, and option C is misleading as a TIMESTAMP data type includes time details as well, not just year, month, and day.