G061 - Queries “The search begins …..”.

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

Databases – Lesson 2 Key Stage 3 ICT.
Access database AO-6. Use a database for a business purpose Task 5: Business Database The owner of Downloadable Tunes has created an electronic database.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 10 – Designing.
 To provide you with an overview of the aspects that make up a relational database.  This includes: › Tables › Records › Fields › Data types › Keys.
Queries Help Topics Using the Access 2007, you can press the F1 to pop up the help windows, where you can search the following topics to help to generate.
©M Robinson (All Saints College) Replace this with your full name OCR Unit 1 ICT Skills for Business g1 Instructions (this slide should be deleted before.
Queries and query design What are queries? Questions that can be asked of the data in the tables. Questions can draw on one or more tables and can have.
Mary K. Olson PS Query Viewer 101. Uses for Query Viewer Query viewer contains custom queries and generic system queries which can be: 
Overseas Library Catalog – Basic Search Overseas Library Catalog Basic Search by Title: “ The Middle East: geography and geopolitics” by Ewan W. Anderson.
Using Social Care Online: an overview Version 1.0 April 2015.
Mary K. Olson PS Reporting Instance – Query Tool 101.
Access 2007 ® Use Databases How can Access help you to find and use information?
1 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and Custom Forms.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
ROYAL SOCIETY OF CHEMISTRY
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 4 BACKNEXTEND 4-1 LINKS TO OBJECTIVES Query Design Query Criteria Modify a Query Using OR.
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
WJEC Applied ICT Databases – Queries and Database Practice Queries When you create a database – one of the main strengths of it is the ability to.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
Database Systems Microsoft Access Practical #3 Queries Nos 215.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics Covered Understanding different types of Queries Creating a Query Creating a Query using a Wizard Changing.
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.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 10 – Analyzing Data.
What are queries? Queries are a way of searching for and compiling data from one or more tables. Running a query is like asking a detailed question of.
Microsoft Office 2013: In Practice Chapter 3 Creating and Using Queries Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
Use of Search Engines Task 1. What you will need to produce Using three search engines complete three different types of search. –Basic Search –Advanced.
G042 - Lecture 12 Using Local Databases Mr C Johnston ICT Teacher
1 PROJECT 10 DATABASE QUERIES— TEXTBOOK DATABASE Management Information Systems, 9 th edition, By Raymond McLeod, Jr. and George P. Schell © 2004, Prentice.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Microsoft Access Lesson 5 Lexington Technology Center February 25, 2003 Bob Herring On the Web at
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
Microsoft Access Prepared by the Academic Faculty Members of IT.
KEY STAGE 3 ICT Databases – Lesson 2. Recap of keywords – Task 2A In your workbooks from last lesson What is a database? A DATABASE is a collection of.
Philosopher’s Index Manual
Using Social Care Online: an overview
Query Methods Simple SQL Statements Start ….
Databases- presentation and training
MS Access Forms, Queries, Reports Matt Martin
Query Methods Where Clauses Start ….
Databases – Exam questions
Library Website, Catalog, DATABASES and Free Web Resources
Analyzing Data Using Access
EBSCOhost Collection Manager Selector Account Functions
Review: Chapter 5: Syntax directed translation
Microsoft Access 2003 Illustrated Complete
Find and Replace Used to quickly find and/or replace data quickly
Database Queries.
eTapestry Workshop Session 3: Queries and Reports
Microsoft Office Access 2003
Discovery Search vs. Library Catalogue
Microsoft Office Access 2003
CIS16 Application Programming with Visual Basic
Using Library Search [the UEL Library Catalogue]
Microsoft Office Access 2003
Instructions (this slide should be deleted before final hand-in)
Chapter 1 Databases and Database Objects: An Introduction
Access: Queries IV Participation Project
Lesson 3 Chapter 10.
How to find what does not exist
PDF Dissertation Full Text
Databases – Lesson 3 Key Stage 3 ICT.
King Saud University College of Business Administration Management Information Systems MS ACCESS.
Lesson Objectives By the end of the lesson you will be able to:
Creating a simple query in the Design View
Lesson 13 Working with Tables
Presentation transcript:

G061 - Queries “The search begins …..”

Learning Objectives: By the end of this topic you should be able to: describe different types of queries and explain when they might be used; use Access to create a range of queries to meet specific requirements

What are Queries? used to search for data used to combine data from different tables to create a “virtual table” of data used to base a form or report on used to perform calculations on data fields

Types of Query There are 2 main types of search query: simple query search using only 1 parameter complex query search using more than one parameter

Simple Query uses a single value (parameter) to search by e.g. searching for a specific book title

Simple Query uses a single value (parameter) to search by e.g. searching for a specific book title can be a static parameter query parameter is ‘hard-coded’ and can’t be changed

Simple Query uses a single value (parameter) to search by e.g. searching for a specific book title can be a static parameter query parameter is ‘hard-coded’ and can’t be changed e.g. Village = Brixworth

Simple Query uses a single value (parameter) to search by e.g. searching for a specific book title can be a static parameter query parameter is ‘hard-coded’ and can’t be changed e.g. Village = Brixworth

Simple Query uses a single value (parameter) to search by e.g. searching for a specific customer by name can be a dynamic parameter query parameter is supplied at run time

Simple Query uses a single value (parameter) to search by e.g. searching for a specific customer by name can be a dynamic parameter query parameter is supplied at run time dialogue box prompts for the search parameters

Complex Query uses several criteria (parameters) to select records the criteria are linked by Boolean operations: AND, OR, NOT AND is used for records matching both criteria: Colour = Red AND Model = Corsa OR is used for records matching one of the criteria: Colour = Blue OR Colour = Red NOT in front of criterion finds records that don’t match: NOT Colour = Pink

Gender = F AND Village = Brixworth Complex Query Gender = F AND Village = Brixworth

Gender = F AND Village = Brixworth Complex Query Gender = F AND Village = Brixworth

Village = Brixworth OR Village = Moulton Complex Query Village = Brixworth OR Village = Moulton

Village = Brixworth OR Village = Moulton Complex Query Village = Brixworth OR Village = Moulton

Query Tasks: download a copy of query demo.mdb from the VLE right-click & Save target as …. using query demo.mdb create the following: a simple, static parameter query to display a list of all Economics (ECON) books; a simple, dynamic parameter query which allows you to choose the type of book and displays a list of the books of that subject; a complex, static parameter query to display a list of all Chemistry books written by Ramsden; a dynamic complex parameter query which allows you to choose a subject and an author to a display list of books add the query types definitions to your glossary