Question: Consider the following schema: Customer (cust_id, cust_name). Product (prod_code ,prod_name, unit_price) Customer_Order (order_code, order_date, cust_id) Order_Item (order_code, prod_code, num_of_units) Develop DDL of in SQL Add
Consider the following schema:
- Customer (cust_id, cust_name).
- Product (prod_code ,prod_name, unit_price)
- Customer_Order (order_code, order_date, cust_id)
- Order_Item (order_code, prod_code, num_of_units)
- Develop DDL of in SQL
- Add Column contact in Customer Table
- Add Column company_name in Product Table
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
