Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

create table Orders ( Order _ id int primary key not null, Customer _ id int Foreign key References Customer ( Customer _ id )

create table Orders(
Order_id int primary key not null,
Customer_id int Foreign key References Customer(Customer_id),
EmployeeID int Foreign key References Employee(EmployeeID),
ShipName VARCHAR(255),
ShipAddress VARCHAR(255),
ShipCity VARCHAR(50),
ShipRegion VARCHAR(50),
ShipPostalCode VARCHAR(15),
ShipCountry VARCHAR(50),
ShipVia INT,
OrderDate DATE,
RequiredDate DATE,
ShippedDate DATE,
Freight DECIMAL(10,2))i need a correction please

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

Graph Databases New Opportunities For Connected Data

Authors: Ian Robinson, Jim Webber, Emil Eifrem

2nd Edition

1491930896, 978-1491930892

More Books

Students also viewed these Databases questions

Question

Solve the following 1,4 3 2TT 5x- 1+ (15 x) dx 5X

Answered: 1 week ago