Question: I am needing some help with some database sql quieries for my assessment. Instructions In preparation to developing the web application forms, Smart Homes, Inc.
I am needing some help with some database sql quieries for my assessment.



Instructions In preparation to developing the web application forms, Smart Homes, Inc. requires the DML statements to insert, update, and delete content that they will be integrating into their code. Although these statements need to be customized to allow input from the Web site, SmartHomes wants statements based on the dummy data in the database first to ensure that they work correctly Some of them may require multiple statements and need to consider the order in which the statements must occur. For this assessment, complete the following DML statements to be used in the web application: . 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. A category has to be removed, DELETE the category and UPDATE all of the products in that category to an existing category. . A "fake" user has made a few orders. DELETE the user account along with all of their orders Insert a new product with no category included. Then run an update statement to add it to a category There has been a price increase on some items. UPDATE all product prices that are greater than $10 to be $1 more The database server had been reset with the wrong date and time without anyone knowing. UPDATE any order date in the past week to add 7 days There are too many user accounts that do not have any orders and they should be removed. DELETE all customer records that do not have any orders UPDATE the product's description to include on the following string those products that have not been ordered yet: "Special promotion: 25% off." 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. A customer had called in with their name (no order or customerlD) stating that they had purchased the incorrect product. Using an UPDATE statement, update the OrderDetail table using their first and last name (consider it to be unique) In summary, for your assessment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
