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

Consider the following schema:

  1. Customer (cust_id, cust_name).
  2. Product (prod_code ,prod_name, unit_price)
  3. Customer_Order (order_code, order_date, cust_id)
  4. Order_Item (order_code, prod_code, num_of_units)

 

  1. Develop DDL of in SQL
  2. Add Column contact in Customer Table
  3. Add Column company_name in Product Table

Step by Step Solution

3.38 Rating (148 Votes )

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!