1Z0-071 Dumps

1Z0-071 Free Practice Test

Oracle 1Z0-071: Oracle Database 12c SQL

QUESTION 11

View the exhibit and examine the structure of the PROMOTIONS table.
1Z0-071 dumps exhibit
You have to generate a report that displays the promo name and start date for all promos that started after the last promo in the ‘INTERNET’ category.
Which query would give you the required output?

Correct Answer: C

QUESTION 12

You must create a table EMPLOYEES in which the values in the columns EMPLOYEES_ID and LOGIN_ID must be unique and not null. (Choose two.)
Which two SQL statements would create the required table?

Correct Answer: BE

QUESTION 13

Which two statements are true regarding constraints? (Choose two.)

Correct Answer: CD

QUESTION 14

You want to display the date for the first Monday 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?

Correct Answer: C

QUESTION 15

View the Exhibit and examine the description of the ORDERS table. (Choose two.)
1Z0-071 dumps exhibit
Which two WHERE clause conditions demonstrate the correct usage of conversion functions?

Correct Answer: CD