Academic Writing Experts For Your Research Projects

Order custom papers, masters thesis and dissertation in 3 guided steps; human written!

Posted: March 20th, 2017

Creating A normalized SQL database

Introduction:

For this assessment, you will be creating models, databases, tables, and query reports for a smartphone application. To complete this assessment, you will be using MySQL to test and run a database application that you will develop for parts C through G.

Who Writes College Essays, Research Papers, and Dissertations For Students?

We handpick every writer with care, ensuring they bring the perfect mix of academic qualifications and writing skills for top-notch results in essays, research papers, and dissertation help. Each one has a university degree, more than a third with Masters certification; they’ve tackled tough tests and training to excel in thesis writing and research paper assignments at any time. They’ll team up with you diligently, keeping things easy and stress-free as they relate to being immediate students. That’s what makes us the best assignment help website for "help me write my essay, research paper, or dissertation" for college coursework. Trust our team—professional research essay writers and editors—to deliver your dissertation or thesis writing within your grading criteria and deadline.

After running the code, take a screenshot of your results and paste the screenshot into the document that you will submit to TaskStream for this assessment.

The work you complete for each part of the assessment (i.e., the design models/diagrams, tables, written explanations, SQL script code, and screenshot results from running your SQL scripts in a SQL tool) should be saved as a single *.pdf (Portable Document Format) file that you will submit to TaskStream.

Note: If you do not have access to a database tool, you may use SQL Fiddle (an online SQL tool) to complete this assessment. The tool can be accessed at the following link: http://sqlfiddle.com. Instructions for how to use SQL Fiddle for each part of the assessment are included in the attached document “SQL Fiddle Instructions.” Please note that for each part of the assessment, there are explicit instructions on what SQL code you will need to copy and paste into SQL Fiddle panels to run your test.
Scenario:

You are the database designer and developer for a donut shop that wants to create a smartphone application where customers can order donuts. First, you will design a normalized entity-relationship (E-R) logical database model to store data related to the customer, donuts, and donut order. Next, you will create four tables with primary and foreign keys that are derived from your E-R model. Once the tables have been built, then you will create views and indexes to protect and fine-tune query performance. You will populate each of the tables with sample data. Finally, you will create both a simple “select-from-where” (sfw) query and a complex join query to produce meaningful reports on individual donut orders and summaries to determine which donuts sell the best.

Do You Offer Thesis Writing and Dissertation Help In Any Citation Style?

No matter what citation style you need for your research paper or dissertation, our skilled writers have you covered! We provide thesis writing and dissertation help in formats like APA, AMA, MLA, Turabian, Harvard, IEEE, and more. We’re dedicated to customizing your order to the exact guidelines of your chosen style, ensuring it fits your unique academic needs—whether it’s a dissertation, research paper, or essay for a specific course. We’ve got the flexibility to make it work for you!

Requirements:
A.  Construct a normalized model to represent the donut shop smartphone application database that supports the scenario above by doing the following:
1.  Using the attached “Sales Order Form” (unnormalized order form) for the donut ordering database as a reference, produce the final logical schema for this database by doing the following:
 
Note: You can design the tables for the following prompts using any method of your choice (e.g., using a drawing tool using tables).
 
a.  Design one table that is in first normal form and fulfills the following requirements:
•   The table should have a primary key that uniquely identifies the records.
•   The values in each of the columns should be atomic.
•   There should be no repeating groups.
 i.   Explain how you designed the table (suggested length of 1 paragraph).
b.  Design three tables that are in second normal form and fulfill the following requirements:
•   The tables should meet all of the requirements for the first normal form.
•   All functional dependencies should be removed from the tables.
•   Each of the tables should have all primary and/or foreign keys designated.
 i.   Explain how you designed the tables (suggested length of 1 paragraph).
c.  Design four normalized tables that are in third normal form and fulfill the following requirements:
•   The tables should meet all of the requirements for the first and second normal forms.
•   All transitive dependencies should be removed from the tables.
•   Each of the tables should have all primary and/or foreign keys designated.
•   Do not include the calculated attributes/fields (Line Total, Subtotal, Sales Tax and Total) in your normalization diagrams.
•   There should be four resulting tables: one for customer information, one for donut information, one for order information and one for order line item information.
 i.   Explain how you designed the tables (suggested length of 1 paragraph).
 
B.  Create an entity-relationship (E-R) diagram, using the tables you designed in third normal form from part A1c, that fulfills the following requirements:
 
Note: You can use any drawing tool of your choice to create the diagram.
 
1.  Draw entities to represent each of the tables from the third normalized form.
2.  Enter all appropriate fields (i.e., attributes) into each of the entities.
a.  Designate primary keys (PK) and foreign keys (FK).
b.  Designate data types for each attribute (i.e., Numeric, Fixed, Char, Varchar, or Timestamp).
3.  Label relationships drawn between the entities with a relationship name.
 
Note: The cardinality of each relationship needs to be identifiable.
 
4.  Provide a written explanation for the following:
a.  Explain why you selected the entities represented in your diagram.
b.  Explain how you determined the relationships between these entities.
c.  Explain the types of relationships (i.e., cardinality) used in your diagram.
 
C.  Develop the SQL code to create each of the third normal form tables you designed in part A and refined in part B by doing the following:
1.  Provide the SQL code you wrote for each table.
a.  Demonstrate that you have tested your code from part C1 by providing a screenshot of your results.
 
D.  Develop SQL code to create a “View” that shows all of the customer information with the first name and last name concatenated (CONCAT()) to show full name as one field using the table that contains the customer information fields by doing the following:
1.  Provide the SQL code you wrote to create the “View” for customer information.
a.  Demonstrate that you have tested your code from part D1 by providing a screenshot of your results.
 
E.  Develop SQL code to create an “Index” for the donut name field using the table that contains the donut information fields by doing the following:
1.  Provide the SQL code you wrote to create the “Index” for the donut information.
a.  Demonstrate that you have tested your code from part E1 by providing a screenshot of your results.
 
F.  Develop SQL code to populate all of the tables developed in part C by doing the following:
1.  Provide the SQL code that inserts data into all of the tables.
 
Note: Make sure that data is inserted first into the table(s) with primary keys before inserting data into the other tables.
 
a.  Demonstrate that you have tested your code from part F1 by providing a screenshot of your results.
 
G.  Develop SQL code to display the values in a requested table or tables using the tables populated in part F by doing the following:
1.  Provide the SQL code for the simple (sfw) queries to display all of the data in each of the tables you have created and populated.
a.  Demonstrate that you have tested your code from part G1 by providing a screenshot of your results.
2.  Provide the SQL code for a complex join query to display all of the information contained in the attached “Sales Order Form” with the exception of the calculated attributes (Line Total, Subtotal, Sales Tax and Total).
a.  Demonstrate that you have tested your code from part G2 by providing a screenshot of your results.
 
H.   Submit parts A–G as a *.pdf (Portable Document Format) to TaskStream.
 
Note: You can use any word-processing or other program of your choice to compile each part of the assessment. Please clearly label each part. Please save your document as a *.pdf (Portable Document Format) file before submitting to TaskStream.

Note: For definitions of terms commonly used in the rubric, see the Rubric Terms web link included in the Evaluation Procedures section.

Tags: ace-myhomeowkr, Top-rated assignment assistance online, School Exam Study: Homework Helper App Online, Pay for Homework Done by Professional Experts, Online homework help global writing service, Online Assignment Help Service Homework Help

Why choose Homework Ace Tutors

You Want Quality and That’s What We Deliver

Top Academic Writers

We’ve put together our writing team with care, choosing talented writers who shine in their fields. Each one goes through a tough selection process, where we look for folks with deep expertise in specific subjects and a solid history of academic writing. They bring their own mix of know-how and flair to the table, making sure our content hits the mark—packed with info, easy to read, and perfect for college students like you.

College Prices

We don’t do AI-written essays or copycat work—everything’s original. Competitive pricing is a big deal for us; we keep costs fair while delivering top-notch quality. Our writers are some of the best out there, and we charge rates that stack up well against other services. This means you get stellar content without draining your wallet. Our pricing is straightforward and honest, built to give you real value for your money. That’s why students turn to us for high-quality writing services that won’t break the bank.

100% Plagiarism-Free

Academic integrity is at the heart of what we do. Every paper starts from scratch, with original research and writing tailored just for you. We write 100% authentic—no plagiarism research essays. Our strict quality control process includes scanning every draft with top tools like SafeAssign and Turnitin, so you get a similarity score and proof of originality. We’re obsessive about proper citation and referencing too, crediting every source to keep things legit. It’s all about giving you peace of mind with content that meets the highest standards.

How it works

When you decide to place an order with Dissertation Writer, here is what happens:

Complete the Order Form

You will complete our order form, filling in all of the fields and giving us as much detail as possible.

Assignment of Writer

We analyze your order and match it with a writer who has the unique qualifications to complete it, and he begins from scratch.

Order in Production and Delivered

You and your writer communicate directly during the process, and, once you receive the final draft, you either approve it or ask for revisions.

Giving us Feedback (and other options)

We want to know how your experience went and the marking criteria grade you scored. You can leave a review recommending a writer for your class and course mates.