Question: 2. Write SQL queries to delete the customer whose CustomerID is known to be ANTON. Due to the foreign key relationships, a single delete query

2. Write SQL queries to delete the customer whose CustomerID is known to be "ANTON". Due to the foreign key relationships, a single delete query from the Customers table will not work. So, you will need to delete related rows from related tables in a correct onder with at most 3 delete queries. If you use more than 3 delete queries, or if you delete rows in an incorrect order, you will 4 not get partial points! Don't forget that the only data you can use is the Customer-ANTON and nothing else 20 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
