Question: 1. Database Schema for a customer-sale scenario Customer( Cust id : integer, cust_name: string) Item( item_id:integer, item_name:string,price: integer) Sale( bill_no:integer, bill_data:date, cust_id:integer, item_id: integer ,qty_sold:integer)

1. Database Schema for a customer-sale scenarioCustomer(Cust id : integer,cust_name: string) Item(item_id:integer,item_name:string,price: integer)

Sale(bill_no:integer,bill_data:date,cust_id:integer, item_id:

integer,qty_sold:integer)

Fortheaboveschema,perform the following

a) Create the tables with the appropriate integrity constraints Insert around 10 records in each of the tables

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 Programming Questions!