Question: Write SQL commands for the following: Modify the Product table by adding an attribute QtyOnHand as an integer field. Enter at least 5 sample data

Write SQL commands for the following:

Modify the Product table by adding an attribute QtyOnHand as an integer field.

Enter at least 5 sample data of your own choosing into all tables (Customer, Order, Order_Line, and Product).

Retrieve data of all tables (each table separately).

For each customer, list the Customer _ID and the total number of orders placed.

List Product_ID, Product_ Description, Product_Finish for Standard_Price greater than $400.

List the total number of customers per state.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!