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
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
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
Which statement is true about Data Manipulation Language (DML)?
Correct Answer:
C
View the exhibit and examine the description of the EMPLOYEES table. (Choose two.)<>>
Correct Answer:
AB