Question: Create a relational database that has a product table, a customer table, an order table, and an order item table. In the product table, store
Create a relational database that has a product table, a customer table, an order table, and an order item table. In the product table, store an ID, name, picture, description, and price. In the customer table, store the ID, name, and address. In the order table, store the order ID and customer ID. In the order item table, store the order ID, product ID, and quantity. Write a function to let you find all orders for a given customer. Write a function to let you find all orders with a total cost greater than some specified value.
Step by Step Solution
3.35 Rating (164 Votes )
There are 3 Steps involved in it
The commands to set up the tables for this answer are as follows conexecute... View full answer
Get step-by-step solutions from verified subject matter experts
