1z0-082 Exam QuestionsBrowse all questions from this exam

1z0-082 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.)

Show Answer
Correct Answer: BCD

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

5 comments
Sign in to comment
ivanadjOptions: CD
Feb 21, 2023

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

auwiaOptions: CD
Jul 7, 2023

C and D are corrects.

RaNik69Options: CD
May 21, 2023

C D are correct

nautil2Options: CD
May 22, 2023

CD are correct answers

mmassa
Jun 21, 2024

Todas dan errores de sintaxis.