1Z0-071 Dumps

1Z0-071 Free Practice Test

Oracle 1Z0-071: Oracle Database 12c SQL

QUESTION 66

You must display details of all users whose username contains the string 'ch_'. (Choose the best answer.) Which query generates the required output?

Correct Answer: B

QUESTION 67

The first DROP operation is performed on PRODUCTS table using the following command: DROP TABLE products PURGE;
Then you performed the FLASHBACK operation by using the following command: FLASHBACK TABLE products TO BEFORE DROP;
Which statement describes the outcome of the FLASHBACK command?

Correct Answer: D
References:
https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_9003.htm

QUESTION 68

View the Exhibit and examine the structure of the ORDERS table. The ORDER_ID column is the PRIMARY KEY in the ORDERS table.
<>>>>

Correct Answer: B

QUESTION 69

Which statement is true about Data Manipulation Language (DML)?

Correct Answer: C

QUESTION 70

View the exhibit and examine the description of the EMPLOYEES table. (Choose two.)
<>>

Correct Answer: AB