Database Practical Task
1. Import the cars.csv file into a database
2. Produce a report which:
• has a page orientation of portrait
• fits on a single page
• shows only the cars where the colour is silver or metallic
• contains a new field called Discounted price that offers a 10%
discount on cars manufactured before 2000
• shows only the fields Make, Model, Price, Year in full
• sorts the data into ascending order of price
• includes the heading Silver and Matallic Cars at the top
• has your name on the right in the footer.
3. Produce a report which:
• has a page orientation of portrait
• fits on a single page
• shows only the cars that are priced between 5000 and 10000
• shows only the fields Make, Model, Price
• sorts the data into ascending order of make then model
• includes the heading Mid priced cars at the top of the page
• groups the cars by make
• has a report footer showing the average price for each car in this
report
• has your name on the left in the footer.
4. Save and print this report.
5. Produce a new report from all the data which:
• shows a summary of only the Price and make
• performs a count of the number of cars for manufacturer make
• calculates the highest and lowest price for each make