Answered You can hire a professional tutor to get the answer.
DROP Drop DROP DROP DROP TABLE TABLE TABLE TABLE TABLE Order_Line cascade constraints; Orders cascade constraints; Customer cascade constraints;
SQL Data Manipulation Language:
- There are some situations in which a product requires some changes in terms of price and description. Create an UPDATE statement that will update a specific product's price and description (of your choice). Query the row to validate the changes.
- When the Web site is down, someone has taken in a manual order, create the INSERT statements to add a customer and their three products that they have purchased.
- There has been a price increase on some items. UPDATE all product prices that are greater than $10 to be $1 more.
- A category has to be removed, DELETE the category and UPDATE all of the products in that category to an existing category.
Provide screenshots to show script generated code successfully.