Search for question
Question

DAD 220 Module Four Major Activity Database Documentation Template snhu Complete these steps as you work through the directions for this activity. Replace the bracketed text with your screenshots and

brief explanations of the work they capture. Each screenshot and its explanation should be sized to approximately one quarter of the page, with the description written below the screenshot. Follow these rules for each of the prompts and questions below. Review the example document for assistance. Follow Steps 1 through 4 from the Module Three Major Activity only to generate tables for this assignment. 1. Import the data from each file into tables. A. Use the import utility of your database program to load the data from each file into the table of the same name. You'll perform this step three times, once for each table. B. Provide the SQL commands you ran against MySQL to complete this successfully in your answer. [Insert screenshot and brief explanation here.] 2. Write basic queries against imported tables to organize and analyze targeted data. A. For each query, include a screenshot of the query and its output. You should also include a 1- to 3-sentence description of the output. B. Write an SQL query that returns the count of orders for customers located only in the city of Framingham, Massachusetts. i. How many records were returned? ii. [Insert screenshot and brief explanation here.] C. Write an SQL query to select all of the customers located in the state of Massachusetts. i. Use a WHERE clause to limit the number of records in the Customers table to only those that are located in Massachusetts. Record an answer to the following question: How many records were returned? [Insert screenshot and brief explanation here.] D. Write an SQL query to insert four new records into the Orders and Customers tables using the following data: i. Customers Table CustomerID FirstName Lastname Skywalker 100004 100005 100006 100007 OrderID 1204305 1204306 1204307 1204308 Luke Winston Smith MaryAnne Jenkins Janet ii. 100004 CustomerID 100005 100006 100007 Williams Orders Table ii. snhu StreetAddress 17 Maiden Lane 128 Sycamore Street 2 Coconut Way 58 Redondo Beach Blvd [Insert screenshot and brief explanation here.] SKU ADV-24-10C ADV-48-10F ENT-24-10F City ENT-48-10F New York Jupiter Greensboro NC Torrence State NY [Insert screenshot and brief explanation here.] F. In the RMA database, update a customer's records. i. FL CA ZipCode Telephone 10222 27401 33458 [Insert screenshot and brief explanation here.] E. In the Customers table, perform a query to count all records where the city is Woonsocket, Rhode Island. i. How many records are in the customers table where the field "city" equals "Woonsocket"? 90501 212-555-1234 919-555-6623 Description Advanced Switch 10GigE Copper 24 port Advanced Switch 10 GigE Copper/Fiber 44 port copper 4 port fiber Enterprise Switch 10GigE SFP+ 24 Port Enterprise Switch 10GigE SFP+ 48 port 321-555-8907 310-555-5678 Write an SQL statement to select the current fields of status and step for the record in the rma table with an orderid value of "5175." 1. What are the current status and step [Insert screenshot and brief explanation here.] Write an SQL statement to update the status and step for the OrderID, 5175 to status = "Complete" and step = "Credit Customer Account." 1. What are the updated status and step values for this record? Provide a screenshot of your work. snhu [Insert screenshot and brief explanation here.] G. Delete RMA records. i. Write an SQL statement to delete all records with a reason of "Rejected." 1. How many records were deleted? Provide a screenshot of your work. [Insert screenshot and brief explanation here.] 3. Create an output file of the required query results. A. Write an SQL statement to list the contents of the orders table and send the output to a file with a .csv extension. [Insert screenshot and brief explanation here.]