Exam 1z0-071 All QuestionsBrowse all questions from this exam
Question 188

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: B, D

    PROMO_BEGIN_DATE is of type DATE, and in SQL, if a date is subtracted from another date, the result is the number of days between them. Therefore, PROMO_BEGIN_DATE – SYSDATE will return a number indicating the difference in days. Additionally, subtracting a number from a date in SQL will return a new date that is the specified number of days before the original date. Therefore, PROMO_BEGIN_DATE - 5 will return a date.

Discussion
jfc1Options: BD

E is invalid BD is the correct answer

yaya32Options: BD

I think BD is correct!

Arth1989Options: BD

BD tested

lucemqyOptions: BD

BD is correct

JayamityOptions: BD

This query will return expected result.

ESZOptions: BD

PLEASE UPDATE THESE ANSWERS, IT IS RIDICULOUS HOW MANY ARE INCORRECT

IzzicertificacionOptions: BD

BD CORRECT

zouveOptions: BD

BD correct tested with the HR schema

SbabloOptions: CD

CD CORRECT

Rik92Options: BD

BD correct

OrakolOptions: BD

BD are correct.