Question: Question 3 1 pts Using two CREATE TABLE statements, create copies of the orders and order_details tables. Name the tables orders_copy and order_details_copy. Paste your

Question 3 1 pts Using two CREATE TABLE statements, create copies of the orders and order_details tables. Name the tables orders_copy and order_details_copy. Paste your SQL command answer in the space provided. Question 4 2 pts Adjust the safe update mode setting via this command: SET SQL_SAFE_UPDATES=0; Then delete orders from orders_copy if they have shipped. HINT: You should use a SELECT query to verify what you want to delete before executing your delete and to verify what remains after the deletion. Paste your SQL command answer in the space provided. om v 57 Tables customers customers_copy > items order_copy order_details orders orders_ orders_copy Views Stored Procedures Functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
