Oracle Database SQL — Question 63

Which two statements are true about CURRENT_TIMESTAMP? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Option A is correct because CURRENT_TIMESTAMP is affected by the SESSIONTIMEZONE setting, which alters its output based on the session's time zone. Option B is also correct as CURRENT_TIMESTAMP indeed returns a value of the TIMESTAMP data type. The other options are incorrect because they either misrepresent the time zone association or the relationship with other timestamp functions.