Question: Translate the ER model to relational table (sql statement) For example: CREATE TABLE Orders ( isbn CHAR(10), cid INTEGER, cardnum INTEGER, qty INTEGER, order_date DATE,

Translate the ER model to relational table (sql statement)
For example: CREATE TABLE Orders ( isbn CHAR(10), cid INTEGER, cardnum INTEGER, qty INTEGER, order_date DATE, ship_date DATE, PRIMARY KEY (isbn, cid), FOREIGN KEY (isbn) REFERENCES Books, FOREIGN KEY (cid) REFERENCES Customers) answer should be like this!!1
Order date) (cardnum Ship_date qty Ordernum orders cname Qty_in_stock price cid address author contain place books Customers title Year published
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
