Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started