ExamQuestions.com

Register
Login
Oracle Datbase 12c SQL Exam Questions

Oracle

Oracle Datbase 12c SQL

47 / 120

Question 47:

You want to display the date for the first Monday of the next month and issue the following command: 
image
What is the outcome? 

Answer options:

A. In generates an error because rrrr should be replaced by rr in the format string.
B. It executes successfully but does not return the correct result.
C. It executes successfully and returns the correct result.
D. In generates an error because TO_CHAR should be replaced with TO_DATE.E. In generates an error because fm and double quotation marks should not be used in the format string.