0% found this document useful (0 votes)
25 views

Database Practical Task

The document provides instructions for importing a cars.csv file into a database and generating three reports from the data. The first report filters for silver and metallic cars, adds a discounted price field, and sorts by price. The second report filters for mid-priced cars, groups by make, and includes average price in the footer. The third report summarizes price and make, counts cars by manufacturer, and calculates the highest and lowest price for each make.

Uploaded by

api-26195243
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Database Practical Task

The document provides instructions for importing a cars.csv file into a database and generating three reports from the data. The first report filters for silver and metallic cars, adds a discounted price field, and sorts by price. The second report filters for mid-priced cars, groups by make, and includes average price in the footer. The third report summarizes price and make, counts cars by manufacturer, and calculates the highest and lowest price for each make.

Uploaded by

api-26195243
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like