Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database 101

Authors: Guy Kawasaki

1st Edition

0938151525, 978-0938151524

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago