Question 51
View the Exhibit and examine the structure of the ORDERS table. (Choose the best answer.)

You must select ORDER_ID and ORDER_DATE for all orders that were placed after the last order placed by CUSTOMER_ID 101.
Which query would give you the desired result?

You must select ORDER_ID and ORDER_DATE for all orders that were placed after the last order placed by CUSTOMER_ID 101.
Which query would give you the desired result?
Question 52
View the Exhibit and examine the structure of the CUSTOMERS table.

Which two tasks would require subqueries or joins to be executed in a single statement? (Choose two.)

Which two tasks would require subqueries or joins to be executed in a single statement? (Choose two.)
Question 53
View the Exhibit and examine the structure of the ORDERStable.

Which UPDATE statement is valid?
UPDATE orders

Which UPDATE statement is valid?
UPDATE orders
Question 54
Which two are true about using constraints?
Question 55
In which three situations does a transaction complete? (Choose three.)
