Create a simple query for each table that returns all of


Build a working sample of Huffman Trucking's fleet truck maintenance database.

Use the CREATE table statement to create a table for each entity for Huffman Trucking's fleet truck maintenance database.

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.

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.

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.

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.

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.

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.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Create a simple query for each table that returns all of
Reference No:- TGS01011010

Expected delivery within 24 Hours