Q94 You execute this query:
SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), 'MON'), 'dd "Monday for" fmMonth rrrr')
What is the result?
- (A). It executes successfully but does not return any result
- (B). It returns the date for the first Monday of the next month
- (C). It generates an error
- (D). It returns the date for the last Monday of the current month
Answer: B