Answered step by step
Verified Expert Solution
Question
1 Approved Answer
If you would like the sql file please let me know and post your email. I'll send you the file since Chegg doesn't like links
If you would like the sql file please let me know and post your email. I'll send you the file since Chegg doesn't like links in their posts.
2. a. Write a SQL statement that adds this row to the Products table of the MyGuiterShop database: (10 points) ProductID: The next automatically generated ID CategoryID: 4 ProductCode: dgx_640 ProductName: Yamaha DGX 640 88-key Digital Piano Description: Long description to come. ListPrice: 799.99 DiscountPercent: 0 Date Added: Today's date/time. Use explicitly column list to insert the above data. b. Now, modify the product information you just added in exercise 2a. Change the DiscountPercent column from 0% to 35%. (5 points) c. Now, create a test table called Customerscopy with the customers whose LastName begins with a letter from L to Z. (5 points) d. Now, modify the Customerscopy table. Change the password column to reset for every customer in the table. (5 points)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started