Question: Need a help!! Using MS ACCESS Please create tables using SQL DDL statements for the following schema: RETAIL_ORDER (OrderNumber, StoreNumber, StoreZip, OrderMonth, OrderYear, OrderTotal) ORDER_ITEM
Need a help!!
Using MS ACCESS
Please create tables using SQL DDL statements for the following schema:
RETAIL_ORDER (OrderNumber, StoreNumber, StoreZip, OrderMonth, OrderYear, OrderTotal)
ORDER_ITEM (OrderNumber, SKU, Quantity, Price, ExtendedPrice)
SKU_DATA (SKU, SKU_Description, Department, Buyer)
Primary Key is underlined. Foreign Key is italicized.
There is no requirement to populate the schema with data.
Constraints are required for PK and FK. Show data types of attributes, constraints and referential integrity.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
