Exam 1z0-082 All QuestionsBrowse all questions from this exam
Question 130

In the promotions table, the PROMO_BEGIN_DATE column is of data type DATE and the default date format is DD-MON-RR.

Which two statements are true about expressions using PROMO_BEGIN_DATE contained in a query? (Choose two.)

    Correct Answer: C, D

    PROMO_BEGIN_DATE is of data type DATE, and in Oracle SQL, date arithmetic is possible. PROMO_BEGIN_DATE - SYSDATE will return a number representing the difference in days, making it a valid and true statement. PROMO_BEGIN_DATE - 5 will subtract 5 days from the given date and return a date, which is also valid and true.

Discussion
ivanadjOptions: CD

https://www.examtopics.com/discussions/oracle/view/10240-exam-1z0-071-topic-1-question-269-discussion/

auwiaOptions: CD

C and D are corrects.

mmassa

Todas dan errores de sintaxis.

nautil2Options: CD

CD are correct answers

RaNik69Options: CD

C D are correct