Use the Attach file to get information. I used for the part area “many-to-many,” I need this by 12/20/2014. My budget is very tight at the moment. I could down payment today and remainder on 12/21/2014.
Database Creation:
Resources:
The ERD and normalized tables from the Week Two individual assignment, either
using SQL Server or Access.
1. Build
a working sample of Huffman Trucking’s fleet truck maintenance database.
2. Use
the CREATE table statement to create a table for each entity for Huffman
Trucking’s fleet truck maintenance database.
3. Use
the INSERT statement to populate the tables with realistic sample data,
demonstrating each relationship in your entity relationship diagram. Include at
least two entries for each table.
4. Use
the SELECT statement to create the following queries: • Create a simple query
for each table that returns all of the columns and all of the rows for each
table.
5. Write
a query that displays each part that has been purchased by Huffman Trucking
Company. For each part, also retrieve its parts catalog information from the
parts catalog table and vendor information from the vendor table.
6. Write
a query that displays all of the rows in the vehicle maintenance table. For
each vehicle maintenance row, join the corresponding information from the
maintenance descriptions table and vehicles table.
7. Write
a query that displays each row in the maintenance work order table. For each
row in the maintenance work order table, join the corresponding information
from the maintenance description table.
8. Write
a query that counts the number of maintenance work orders for each vehicle in
the maintenance work order table. Display the vehicle column and the
corresponding count of work orders for each vehicle.
Use
Reporting Services to design and create a report on the parts purchasing
history for Huffman Trucking Company. The report should display all parts
purchasing history including manufacturer and vendor information, parts catalog
information, and associated parts inventory issues, and all parts inventory
purchases. Format the report to present to senior management at Huffman
Trucking.


0 comments