Chapter 18: Car Task - 1 Extension: Queries Importing CSV:

Slides:



Advertisements
Similar presentations
Working with Tables 1 of 5. Working with Tables 2 of 5.
Advertisements

Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Using a database to organize information
© Paradigm Publishing, Inc Access 2010 Level 1 Unit 2Creating Forms and Reports Chapter 6Creating Reports and Mailing Labels.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Unit 27 Spreadsheet Modelling
Creating and Editing Reports. Starter – Guess the Words… Reports R e p o r t Label.
Mark Dixon Page 1 07 – Reports. Mark Dixon Page 2 Session Aims & Objectives Aims –To use reports to produce more readable documents Objectives, by end.
Week 2 Normalization and Queries
Seminar #1 – Refreshing databases concepts and SQL CM036: Advanced Databases1 Seminar 1: Revisiting Databases and SQL Purpose To refresh basic concepts.
Access 2007 ® Use Databases How can Access help you to find and use information?
Access 2007 – Imports, Reports and Forms Thomas I. Chittenden MBA, MCITP, VCP, A+, Network+ Lecturer, School of Business Administration
Tutorial 8 Advanced Queries. Notes Switch to new database! Tutorial.08 folder Only Session 8.1 and 8.2.
The Online Volunteer Log (Talbot County) *Live as of February 19 th, AM.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 4 BACKNEXTEND 4-1 LINKS TO OBJECTIVES Query Design Query Criteria Modify a Query Using OR.
Databases – Part 1 Databases– Part 1 Lesson 5 & 6.
Reports 5.02 Understand database queries, forms, and reports used in business.
Chapter 11 - (Databases) – Queries and Reports This is a typical exam question. You will be asked to create a Report. However before you make the report.
Querying a Database - A question or an inquiry (dictionary.com) - WHAT ARE WE ASKING QUESTIONS ABOUT? THE DATA - BY ASKING QUESTIONS OF THE DATA WE OBTAIN?
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
CPSC 203 Introduction to Computers Lab 60 By Jie Gao.
Chapter 11: Car Task Extension: Queries Importing CSV: Make sure currency is in Euros with two decimal places Using a suitable database package, import.
DAY 20: HOMEWORK # 4 OVERVIEW Akhila Kondai October 28, 2013.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 6 BACKNEXTEND 6-1 LINKS TO OBJECTIVES Using the Report Button Using the Report Button Print.
A database Help and click sample databases  This is a collection of data organised for a specific theme in one or more tables, e.g video library. Can.
DAY 18: MICROSOFT ACCESS – CHAPTER 3 CONTD. Akhila Kondai October 21, 2013.
HOMEWORK # 4 OVERVIEW Aliya Farheen Oct
Databases – Part 2 Databases– Part 2 Lesson 5 & 6.
Chapter 11: Labels You need to make labels for some models selected from all the data. Produce a report which: Contains a new field called Sale_Price which.
Paper 2 Exam Tips Guidance: 1.Evidence Document 2.Unit 9: – Communication ( ) 3.Unit 10: - Document Production (Word) 4.Unit 16: PowerPoint 5.Unit.
Databases – Part 2 Task 1 – Simple Query and Report Create a Report for the following scenarios. Remember before you create the.
Karolina Muszyńska
DAY 7: ACCESS Rahul Kavi March 29,
To create text styles click on Home >> Tab under Change Styles
Importing CSV Make sure all currency values are in Pounds to two decimal places. Using a suitable database package, import the file Games.CSV Use appropriate.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 5 BACKNEXTEND 5-1 LINKS TO OBJECTIVES Using the Form Button Using the Form Button Form Views.
Query Methods Where Clauses Start ….
Access Reports.
Calculations & Parameters
You need to be in Design View
Make sure currency is in Euros with two decimal places
Maintaining a Database
Practical Office 2007 Chapter 10
Access Chapter 2 Querying a Database.
Analyzing Data Using Access
SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4
Importing CSV Make sure all currency values are in Pounds (£) to two decimal places. All dates to appear in the medium format: DD/MM/YYYY Using a suitable.
Source file containing the data (Spreadsheet or Database)
Objectives Create an action query to create a table
GO! with Microsoft Office 2016
You work as a consultant for Rock ICT who produce and sell music
Creating and Using a Database
Q or R Contains a new field called Total Sales which is calculated at run-time. In this field you will multiply the Price by the Sold field Has the Total.
1. Look at the data in the files J13STUDENT. TXT, J13COURSE
Insert Suitable field names
Database Queries.
Nagendra Vemulapalli Access chapters 3&5 Nagendra Vemulapalli 1/18/2019.
Introduction To Databases GCSE Computer Science
Creating and Managing Database Tables
From and Report.
Spreadsheets, Modelling & Databases
Introduction To Databases GCSE Computer Science
IT Solutions for Administrators - Spreadsheets
Introducing a Database
IT Solutions for Administrators - Databases
Access Reports.
Tutorial 9 Using Action Queries and Advanced Table Relationships
New Perspectives on Microsoft
Presentation transcript:

Chapter 18: Car Task - 1 Extension: Queries Importing CSV: Make sure currency is in Euros with two decimal places Using a suitable database package, import the file CARS.CSV Set appropriate data types during the import & design view. Set the VIN field as a key field Import the file DISTRIBUTORS.CSV as a new table in your database. Set the Distributor_code field as a key field Create a one-to-many relationship as a link between the Distributor_code field in the Distributor table and the Distributor field in the Cars table. Insert these three records into the Cars table: VIN Model Power Engine_Size Cost_Price Colour Distributor Dispatched_Date Dispatched 376C15423002 MicroZed D 1200 7500 Blue FMD SA 19/06/2015 Yes 376C15423010 MicroSE H 900 8500.55 20/06/2015 377C15423010 Micro G 600 9000 21/06/2015

Chapter 18: Car Task - 2 Simple Queries Make sure currency is in Euros with two decimal places Show the following fields only: Vin, Model, Cost_Price, Port, County and Updated_Price Show only the cars dispatched from Paris Insert a new field called Updated_Price which is calculated at a run time – You need to add 10% to the price. Sort the model into ascending order Has a page orientation of landscape Count the number of cars under the model field. Include a suitable label. Has your name at the top of each page Show the following fields only: Vin, Model, Engine size, Dispatched_Date, Port, Country and Updated_Price Show only the cars dispatched between January and February 2014 Insert a new field called Updated_Price which is calculated at a run time – You need to add 15% to the price. Sort the Port and then Country into ascending order Work out the average of the Updated_Price field. Include a suitable label. Has your name at the bottom of each page Show the following fields only: Vin, Model, Colour, Dispatched, Distributor_Code, Contact Name and Updated_Price Show only the Vin which ends in 22, Model is Micro, Colour is Red and has been Dispatched. Insert a new field called Updated_Price which is calculated at a run time – You need to add 25% to the price. Sort the updated price into ascending order Work out the total sum of the Updated_Price field. Include a suitable label. Has your name at the bottom of the report

Chapter 18: Car Task - 3 Simple Queries Make sure currency is in Euros with two decimal places Show the following fields only: Model, Colour, Vin, Distributor_Code, Region and Updated_Price Show only the Vin which ends with 22, Model is Micro B, Colour is Green and models which have been dispatched after January 2014 Insert a new field called Updated_Price which is calculated at a run time – You need to add 17.5% to the price. Sort the Region into ascending order Has a page orientation of landscape Count the total number of models. Include a suitable label. Has your name at the bottom of each page. Show the following fields only: Model, Cost_Price, Distributor, Port, Country, City and Updated_Price Show only the Micro or MicroB models, Cost_Price is more than 7500 and Distributor is FMD SA Insert a new field called Updated_Price which is calculated at a run time – You need to add 22.5% to the price. Sort the Cost_Price into ascending order Work out the average of the Cost_Price field. Include a suitable label. Show the following fields only: Model, Power, Colour, Dispatched_Date, Contact_Name, City and Updated_Price Show only the Models which have been dispatched after February 2014, VIN ends in 13, Power is H or G and Colour is Gold. Insert a new field called Updated_Price which is calculated at a run time – You need to add 5.5% to the price. Sort the Contact_name into ascending order Work out the total sum of the Updated_Price field. Include a suitable label. Has your name at the bottom of the report.

Chapter 18: Car Task - 4 Simple Queries Make sure currency is in Euros with two decimal places Show the following fields only: Model, Dispatched, Colour, Cost_Price, Distributor, First_Name and Address_1 Show only the models which are not Micro or MicroB, colour is blue, Distributor is NMD or FMD SA and there is no dispatched date. Sort the Distributor into ascending order Has a page orientation of landscape Count the total number of models. Include a suitable label. Has your name at the top of each page. Show the following fields only: VIN, Engine_Size, Cost_Price, Distributor_Code, City, Region and Updated_Price Show only the models which are green or red, Cost_Price is more than 9000 and Distributor is EMD SA or BMD AG Insert a new field called Updated_Price which is calculated at a run time – You need to add 12.5% to the price. Sort the City into ascending order Work out the average of the Updated_Price field. Include a suitable label. Has your name at the bottom of each page. Show the following fields only: Distributor_Code, Model, Engine, Colour, Port, Cost_Price and Updated_Price Show only the Models which have a engine size of 1200, Price is between 7500 and 8600, dispatched date is after May 2014 and the colour is Silver or Blue. Insert a new field called Updated_Price which is calculated at a run time – You need to add 7.5% to the price. Sort the Port into ascending order Work out the total sum of the Cost_Price field. Include a suitable label. Has your name at the top of the report.

Chapter 18: Car Task - 5 Simple Queries Make sure currency is in Euros with two decimal places Show the following fields only: Port, City, Region, Model, Colour, Cost_Price, Power and Dispatched Date Show only the models which are not Micro or MicroB, Colour is not Red or Silver, Power is not E and dispatched in the month of May 2014. Sort the Port and then City into ascending order Has a page orientation of landscape Count the total number of models. Include a suitable label. Has your name at the top of each page.