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? (Choose three.)
HUGO2024
8 months, 3 weeks agoyaya32
1 year, 4 months agoMcromeo
1 year, 5 months agolucemqy
1 year, 6 months agox33
1 year, 7 months agomrcsp
1 year, 3 months agoWingL
1 year, 10 months agoCecilia_Soso
2 years agokaplanek
2 years, 1 month agojfc1
2 years, 3 months ago