Databases – Part 2 Databases– Part 2 Lesson 5 & 6.

Slides:



Advertisements
Similar presentations
Your Tasks Create queries and reports that will meet the needs of the business. Reports should have a consistent house style. B. Explain any testing you.
Advertisements

Microsoft ® Access ® 2010 Training Create queries for a new database.
Microsoft® Access® 2010 Training
Microsoft ® Office Access ® 2007 Training Build a database VI: Create reports for a new Access database ICT Staff Development presents:
Microsoft® Office Access® 2007 Training
Creating and Editing Reports. Starter – Guess the Words… Reports R e p o r t Label.
Concepts of Database Management Seventh Edition
The University of Akron Dept of Business Technology Computer Information Systems The Relational Model: Query-By-Example (QBE) 2440: 180 Database Concepts.
Using the Children’s Literature Comprehensive Database Atkinson Library Jackson Community College.
Querying a Database Using the Select Query Window
Access 2007 ® Use Databases How can Access help you to find and use information?
FUNCTIONAL ICT LEVELS 1 & 2 WEEK 14 13/12/2012. Task (8 mins) – Log on to the pc’s, then go onto : LearnZone Login MyZone ICT Functional Skills Level.
Databases Setting up a Database.
Xin  Syntax ◦ SELECT field1 AS title1, field2 AS title2,... ◦ FROM table1, table2 ◦ WHERE conditions  Make a query that returns all records.
Database Applications – Microsoft Access Lesson 9 Designing Special Queries Updated 4/11.
Database Applications – Microsoft Access Lesson 9 Designing Special Queries.
Databases – Part 2 Databases– Part 2 Lesson 1 & 2.
Databases – Part 1 Databases– Part 1 Lesson 1 & 2.
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
Databases – Part 1 Databases– Part 1 Lesson 7 & 8.
Lesson 8 — Spreadsheets Unit 2 — Software. Lesson 8 – Spreadsheets 2 Objectives Understand the purpose and function of a spreadsheet. Identify the major.
Lesson 3 – Creating a spreadsheet to monitor stock using information from your data capture form and your customer database. Then display your data in.
Unit 15 – Web Authoring Web Authoring – Qatar Tourism Lesson 1 & 2.
Unit 10 – Web Authoring Web Authoring – Qatar Tourism Lesson 5 & 6.
Unit 10 – Web Authoring Web Authoring – Qatar Tourism Lesson 3 & 4.
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.
Key Words: Functional Skills. Key Words: Spreadsheets.
Summer term 2010D Garey Unit 3 – Data Handling AO4 –Analysis of Data.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Pasewark & Pasewark 1 Access Lesson 3 Creating Queries Microsoft Office 2007: Introductory.
Database Applications – Microsoft Access Lesson 4 Working with Queries 36 Slides in Presentation.
Computer Apps 1 Queries-part b. Queries Query – a database object that requests information from a database and creates a dataset (list of selected.
A spreadsheet is a programme which stores data in a grid. Many people use spread sheets as an online calculator instead of working lots of calculations.
Multimedia Product Multimedia Product Lesson 3 & 4.
G042 - Lecture 12 Using Local Databases Mr C Johnston ICT Teacher
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Unit 2 – Spreadsheets Spreadsheets - Project Computer Shop.
Lesson 12 Spreadsheets Unit 2—Using the Computer.
Chapter 11: Car Task Extension: Queries Importing CSV: Make sure currency is in Euros with two decimal places Using a suitable database package, import.
Microsoft® Excel Create an Excel table. 1 Work with the Table Tools Design tab. 2 Sort and filter records in a table. 3 Identify structured references.
Scratch – Simple Programming
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.
Creating a Database – Estate Agent Task Starter Task Create a new folder inside your GCSE ICT folder called database. Download the database task PPT from.
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.
Programming Simple Programming If and Nested Statements.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
Unit 9 – Google Sketch up Google Sketch up – Intro Lesson 1 & 2.
Unit 2 – Spreadsheets Spreadsheets If Statements.
Databases – Part 1 Databases– Part 1 Lesson 3 & 4.
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.
Unit 9 – Google Sketch up Google Sketch up – School Design Lesson 3 & 4.
Spreadsheet Functions And Formulas Databases Database.
Unit 14 - Desktop Publishing Part 2 Desktop Publishing InDesign – Front Cover Task
Calculations & Parameters
You need to be in Design View
Databases– Part 2 Lesson 1 & 2
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.
Lesson 1: Databases.
Spreadsheets (Excel Tasks)
Unit 3 – Data Handling AO4 –Analysis of Data Summer term 2010 D Garey.
Creating Simple and Complex Queries
Calculations in Queries
Chapter 18: Car Task - 1 Extension: Queries Importing CSV:
Spreadsheets If Statements.
Queries More Practice.
Lesson Objectives By the end of the lesson you will be able to:
Presentation transcript:

Databases – Part 2 Databases– Part 2 Lesson 5 & 6

Databases – Part 2 Starter 1 – Finding Information You use a query if you want to search for specific data in a database using specific search criteria. Discuss the different search criteria used in YouTube when searching for a clip? Why would you use the different search criteria?

Databases – Part 2 Starter 2 – Discuss the different types of Search Criteria Wild Card – Sometimes a field may contain more than one word. To find something specific you need to write a wildcard search. Like “* *” Like “* *” or “* *” BetweenBetween 01/01/2010 And 02/02/2012 Between 5 And 15 OrAdventure Or Horror NotNot “Horror” <90Less than <90 <01/01/2014 >90More than >90 >31/12/2014 >=90More than and equal to >=90 >=01/01/ *____Fields starts with 37 ____*37Fields Ends with 37

Databases – Part 2 Objectives To understand how queries can be used to search for specific data To understand the different types of search criteria required when searching for information. To understand the need to present information in a report format. To understand how calculations can be created in queries & Reports. Lesson Overview OutcomesTime Task 1Complete the Simple Queries and Report Task 2Complete the Queries and Report Calculated Fields Formulas in the Report

Databases – Part 2 Task 1 – Simple Query and Report Create a Report for the following scenarios. Remember before you create the report you must create the Query. Report 1: (Title: Amazon Sales) Show the following Fields only: Book Name, Author Name, Shop Name, Sold & Price Show only the records which include: ama222 (Amazon) Sort: Price: Descending Fits on a single page wide with a page orientation of Portrait (Ensure all labels are shown in full) Report 2: (Title: Virgin) Show the following Fields only: Book Name, Shop Name, Headquarters Author, Nationality Show only the records which include: vin343 & Fantasy Sort: Book Name: Ascending Fits on a single page wide with a page orientation of Landscape (Ensure all labels are shown in full) Report 3: (Title: Powell's Books) Show the following Fields only: Author Name, Book Name, Genre, Sold, Price & Online Show only the records which include: pow554 and Not Crime Sort: Book Name: Descending Fits on a single page wide with a page orientation of portrait (Ensure all labels are shown in full)

Databases – Part 2 Calculated Run Time Fields Enter New Calculated Run Time Field here New Stock Level:[Current Stock]+5 Name of new field Required Field in Square Brackets Number of Books Added to Stock +5 Calculated Run time is used when we have to calculate specific values using data from existing fields.

Databases – Part 2 Formulas in Report We can use a number of formula in the report to calculate values from fields including: Sum, Average, Count, Max, Min etc. Function Tool Selected Fields

Databases – Part 2 Formulas in Report (Design View) Label & Formula Use the label tool too add a label next to the formula. Label & Formula in Report View

Databases – Part 2 Task 2 – Advanced Query and Report Extension: Complete extension queries and reports Please Refer to the Video Tutorials Mobile Phone Insurance Make a query showing the following Fields: Book Name, Genre, Shop Name, Current Stock, Sale, Price & Author Show only the records which are not on sale and the shop name is Amazon. Sort: Current Stock: Descending Insert a new field called New Stock Level which is calculated at run-time – You need to add 5 to the current stock level. Produce a Report: Has a report title: New Amazon Stock Records Fits on a single page wide ---- Has a page orientation of landscape Calculate the Total Sum of the New Stock Level

Databases – Part 2 Plenary Task (Q&A) Peer Assess each others work and suggest possible improvements. Discuss the levels pupils have achieved for this task. Plenary – Refer to the Lesson Objectives Objectives To understand how queries can be used to search for specific data To understand the different types of search criteria required when searching for information. To understand the need to present information in a report format. To understand how calculations can be created in queries & Reports.