Database Management > QUESTIONS & ANSWERS > WGU C170: Data Management – Applications (MySQL) (All)

WGU C170: Data Management – Applications (MySQL)

Document Content and Description Below

Timothy Clark C170: Data Management – Applications (MySQL) 1A) 1NF RAW MySQL: CREATE TABLE Orders_1NF ( OrderID INT NOT NULL AUTO_INCREMENT, DonutID INT NOT NULL, DonutName CHAR(75) NOT NULL... , Description CHAR(255) NULL, UnitPrice DECIMAL(2,2) NULL, Quantity INT NOT NULL, OrderDate DATE NOT NULL, SpecialHandlingNotes CHAR(255) NULL, CustomerID INT NULL, CustomerFirstName CHAR(50) NULL, CustomerLastName CHAR(50) NULL, CustomerStreetAddress1 CHAR(50) NULL, CustomerStreetAddress2 CHAR(50) NULL, CustomerCity CHAR(50) NULL, CustomerState CHAR(2) NULL, CustomerZip CHAR(6) NULL, CustomerHomePhone CHAR(10) NULL, CustomerMobilePhone CHAR(10) NULL, CustomerOtherPhone CHAR(10) NULL, CONSTRAINT PK_Orders_1NF PRIMARY KEY (OrderID, DonutID) ); Explanation: The above code was reached after the following considerations. Firstly, I reviewed the Sales Order Form which was provided with this assignment. After reviewing the Order Form, I broke down the sections into individual elements which I then converted into SQL table columns. This will allow orders to populate as Rows into the Orders_1NF table. The primary key selected is derived from OrderID and DonutID creating a composite key with the two data points which enforces complete uniqueness. This study source was downloaded by 100000842525582 from CourseHero.com on 05-11-2022 11:57:29 GMT -05:00 https://www.coursehero.com/file/117787214/C170-Timothy-Clarkpdf/ Timothy Clark C170: Data Management – Applications (MySQL) 1B) 2NF - A RAW MySQL: CREATE TABLE Donuts_2NF ( DonutID INT NOT NULL, DonutName CHAR(75) NOT NULL, Description CHAR(255) NULL, UnitPrice DECIMAL(2,2) NULL, CONSTRAINT PK_Donuts_2NF PRIMARY KEY (DonutID) ); 1B) 2NF - B RAW MySQL: CREATE TABLE Orders_2NF ( OrderID INT NOT NULL AUTO_INCREMENT, OrderDate DATE NOT NULL, CustomerID INT NULL, DonutID INT NOT NULL, SpecialHandlingNotes CHAR(255) NULL, CustomerFirstName CHAR(50) NULL, CustomerLastName CHAR(50) NULL, CustomerStreetAddress1 CHAR(50) NULL, CustomerStreetAddress2 CHAR(50) NULL, CustomerCity CHAR(50) NULL, CustomerState CHAR(2) NULL, CustomerZip CHAR(6) NULL, CustomerHomePhone CHAR(10) NULL, CustomerMobilePhone CHAR(10) NULL, CustomerOtherPhone CHAR(10) NULL, CONSTRAINT PK_Orders_2NF PRIMARY KEY (OrderID) ); This study source was downloaded by 100000842525582 from CourseHero.com on 05-11-2022 11:57:29 GMT -05:00 https://www.coursehero.com/file/117787214/C170-Timothy-Clarkpdf/ Timothy Clark C170: Data Management – Applications (MySQL) 1B) 2NF – C RAW MySQL: CREATE TABLE LineItems_2NF [Show More]

Last updated: 2 years ago

Preview 1 out of 9 pages

Buy Now

Instant download

We Accept:

We Accept
document-preview

Buy this document to get the full access instantly

Instant Download Access after purchase

Buy Now

Instant download

We Accept:

We Accept

Also available in bundle (1)

WGU c170 Bundled Docs with complete solution

WGU C170 Objective Assessment With Complete Solution WGU c170 SQL COMMANDS WGU c170 PROJECT WITH COMPLETE SOLUTION WGU c170 The Most Important SQL Commands(SQL study guide) WGU c170 Database Applicati...

By Nutmegs 3 years ago

$13

10  

Reviews( 0 )

$8.50

Buy Now

We Accept:

We Accept

Instant download

Can't find what you want? Try our AI powered Search

153
0

Document information


Connected school, study & course


About the document


Uploaded On

May 12, 2022

Number of pages

9

Written in

Seller


seller-icon
Nutmegs

Member since 4 years

620 Documents Sold

Reviews Received
77
14
8
2
21
Additional information

This document has been written for:

Uploaded

May 12, 2022

Downloads

 0

Views

 153

Document Keyword Tags


$8.50
What is Scholarfriends

In Scholarfriends, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter

Copyright © Scholarfriends · High quality services·