Question: 1
The ORDERS table a primary key constrain 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 CASCADS.
There are rows in the ORDERS table with an ORDER_TOTAL of less than 1000.
Which three DELETE statements execute successfully?
Question: 2
View the Exhibits and examine the structure of the costs and promotions tables.
You want to display prod_ids whose promotion cost is less than the highest cost PR0D_ID in a promotion time interval.
Examine this SQL statement:
What will be the result?
Question: 3
View the Exhibit and examine the structure of the PRODUCTS table. Which two tasks require subqueries?
Question: 4
Examine the structure of the two tables.
Which two queries execute successfully? (Choose two.)
Question: 5
Which three actions can you perform on an existing table containing data? (Choose three.)