本文主要是介绍OCP-1Z0-051-V9.02-87题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
87. You want to display the date for the first Mon day of the next month and issue the following
command:
SQL>SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE),'MON'),
‘dd "is the first Monday for" fmmonth rrrr')
FROM DUAL;
What is the outcome?
A. It executes successfully and returns the correct result.
B. It executes successfully but does not return the correct result.
这篇关于OCP-1Z0-051-V9.02-87题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!