chapter 07 sbd

25
Chapter 7 Query-by-Example Transparencies

Upload: maximilianus-tjenderasa

Post on 18-Sep-2015

231 views

Category:

Documents


0 download

DESCRIPTION

Chapter 07 sbd

TRANSCRIPT

  • Chapter 7Query-by-ExampleTransparencies

  • Chapter 7 - ObjectivesThe main features of Query-By-Example (QBE).

    The types of queries provided by the Microsoft Access DBMS QBE facility.

    How to use QBE to build queries to select fields and records.

    How to use QBE to target single or multiple tables.

  • Chapter 7 - ObjectivesHow to perform calculations using QBE.

    How to use advanced QBE facilities including parameter, find matched, find unmatched, crosstab, and autolookup queries.

    How to use QBE action queries to change content of tables.

  • Query-by-Example (QBE)Visual approach for accessing information in a database through use of query templates.

    Example values are entered into template to represent what access to database is to achieve, such as the answer to a query.

    Originally developed by IBM in 1970s and has proved so popular that QBE (or similar) is now provided by most DBMSs.

    When user constructs a QBE - in background, DBMS creates an equivalent SQL statement.

  • Query-by-Example (QBE)Allows user to:- Ask questions about data in one or more tables.- Specify the fields we want in the answer. - Select records according to some criteria.- Perform calculations on the data in tables. - Insert and delete records.- Modify values of fields.- Create new fields and tables.

  • Introduction to Microsoft Access

  • Summary of Microsoft Access Query Types

  • Introduction to Microsoft Access Queries

  • Building Select Queries using QBE - Specifying Criteria

  • Building Select Queries using QBE - Specifying Criteria

  • Building Select Queries using QBE - Specifying Criteria

  • Creating Multi-table Queries

  • Calculating Totals

  • Calculating Totals

  • Using Advanced Queries - Parameter Query

  • Using Advanced Queries - Crosstab Query

  • Using Advanced Queries - Crosstab Query

  • Using Advanced Queries - Find Matched Query

  • Using Advanced Queries - Find Unmatched Query

  • Using Advanced Queries - Autolookup Query

  • Changing Content of Tables - Make-Table Action Query

  • Changing Content of Tables - Delete Action Query

  • Changing Content of Tables - Update Action Query

  • Changing Content of Tables - Append Action Query

  • Changing Content of Tables - Append Action Query