Question 256
Which statement is true regarding the INTERSECT operator?
Question 257
The user SCOTT who is the owner of ORDERS and ORDER_ITEMS tables issues this GRANT command:
GRANT ALL
ON orders, order_items
TO PUBLIC;
What must be done to fix the statement?
GRANT ALL
ON orders, order_items
TO PUBLIC;
What must be done to fix the statement?
Question 258
Which three tasks can be performed using SQL functions built into Oracle Database? (Choose three.)
Question 259
View the Exhibit and examine the structure of ORDERS and ORDER_ITEMS tables.
ORDER_ID is the primary key in the ORDERS table. It is also the foreign key in the ORDER_ITEMS table wherein it is created with the ON DELETE CASCADE option.
Which DELETE statement would execute successfully?
ORDER_ID is the primary key in the ORDERS table. It is also the foreign key in the ORDER_ITEMS table wherein it is created with the ON DELETE CASCADE option.
Which DELETE statement would execute successfully?
Question 260
Examine the structure of the DEPARTMENTS table.

You execute the following command:

Which two statements are true?

You execute the following command:

Which two statements are true?
