Oracle
1Z0-071 · Question #295
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
The correct answer is A. The DBTIMEZONE function can return an offset from Universal Coordinated Time (UTC). C. The CURRENT_TIMESTAMP function returns data without time zone information. E. The SESSIONTIMEZONE function can return an offset from Universal Coordinated Time (UTC). https://docs.oracle.com/database/121/NLSPG/ch4datetime.htm
Managing Data in Different Time Zones
Question
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
Options
- AThe DBTIMEZONE function can return an offset from Universal Coordinated Time (UTC).
- BA TIMESTAMP data type column contains information about year, month, and day.
- CThe CURRENT_TIMESTAMP function returns data without time zone information.
- DA TIMESTAMP WITH LOCAL TIMEZONE data type column is stored in the database using the
- EThe SESSIONTIMEZONE function can return an offset from Universal Coordinated Time (UTC).
How the community answered
(44 responses)- A77% (34)
- B7% (3)
- D16% (7)
Explanation
Topics
#time zones#TIMESTAMP#DBTIMEZONE#SESSIONTIMEZONE
Community Discussion
No community discussion yet for this question.