Question: 1
The ORDERS table has a primary key constraint on the ORDER_ID column.
The ORDER_ITEMS table has a foreign key constraint on the ORDER_ID column, referencing the primary key of the ORDERS table.
The constraint is defined with ON DELETE CASCADE.
There are rows in the ORDERS table with an ORDER_TOTAL of less than 1000.
Which three DELETE statements execute successfully?
Question: 2
Which three are true about the CREATE TABLE command? (Choose three.)
Question: 3
Which three actions can you perform by using the ORACLE_DATAPUMP access driver? (Choose three.)
Question: 4
Which three privileges can be restricted to a subset of columns in a table? (Choose three.)
Question: 5
Examine these statements and the result:
CREATE SEQUENCE customer_seq CACHE 10;
SELECT customer_seq. NEXTVAL FROM DUAL; NEXTVAL
1
Now examine this command:
ALTER SEQUENCE customer_soq ;
What must replace missing clause for customer_seq. nfxtvai. to return 11?