Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with the commands for sql with this.Directions The potential employer would like you to analyze the FleetMaintenanceRecords data set and summarize your findings

Need help with the commands for sql with this.Directions
The potential employer would like you to analyze the FleetMaintenanceRecords data set and summarize your findings in clear language for a
nontechnical audience. The employer has asked you to find themes that can be used to help them manage their fleet of trucks. Write a
summary of your analysis to communicate the findings to stakeholders. Provide the deliverables for the potential employer and your instructor
in the Module Five Activity Template in the What to Submit section below. This assignment will prepare you to complete Project Two.
To complete this activity, record the answer to each question in the activity template you saved.
Specifically, you must address the following rubric criteria:
Analyze the data provided in FleetMaintenanceRecords to identify themes. Gather the following guiding information:
A. Review part-replacement frequencies and types. Then create a hypothesis that the fleet management team can use to better handle
vehicle maintenance.
i. Create a table called Parts Maintenance and load the data into it. Put this table in the database named after yourself.
ii. Load this data set from the '/home/codio/workspace' path and run queries to find the results. You should use the following line
terminators when importing: ??r??
.
iii. Then answer the following questions and provide supporting screenshots.
a. Which parts are being replaced most often?
b. Which region or regions of the country experience more part failures and replacements than others?
i. Identify the region or regions (Northeast, Southeast, Midwest, Northwest, Southwest) with more reasons for the
replacement.
ii. Use the Region Definitions sheet to identify states in each region.
c. How might the fleet maintenance team use the information to update its maintenance schedule? Your response should be
supported by the data you've found.
d. Which parts are being replaced most often due to corrosion or rust?
e. Which parts are being replaced most often because of mechanical failure or an accident like a flat tire or rock through the
windshield?
Write a brief summary of your analysis that takes the information from step one and presents it in a way that nontechnical stakeholders
can understand.
Outline the approach that you took to conduct the analysis.
A. What queries did you use to identify trends or themes in the data?
B. What are the benefits of using these queries to retrieve the information in a way that allows you to provide valuable information to
your stakeholders?
Explain how the functions in the analysis tool (MySQL) allowed you to organize the data and retrieve records quickly.
Some example data from the FleetMaintenanceRecords.csv
FleetMainten...
1 Vehicle ID, State, Repair , Reason, YEAR , Make, Body Type
215241383936,AL,Battery replacement,Dead battery,2016,RAM ,"15004WD Quad Cab 140.5"" SLT"
315241383936,AL,Dent Repair Left Fender,Collision,2016,RAM,"15004WD Quad Cab 140.5"" SLT"
460965535744,AL,Battery replacement,Dead battery,2016,RAM ,"15004WD Quad Cab 140.5"" SLT"
560965535744,AL,Tire repair,Flat- reparable,2016,RAM, "15004WD Quad Cab 140.5"" SLT"

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions