Calculations & Parameters

Slides:



Advertisements
Similar presentations
Structured Query Language (SQL)
Advertisements

Relational Database Systems Higher Information Systems Advanced Implementation in Filemaker Pro.
CENTURY 21 ACCOUNTING © 2009 South-Western, Cengage Learning LESSON 6-1 The Nature of Merchandise Inventory Flow of inventory costs Effects of errors in.
Endeca Statistics: An Online Set of Tools for UWF Stephen Fluharty Digital & Learning Technologies.
Creating and Editing Reports. Starter – Guess the Words… Reports R e p o r t Label.
Using the Children’s Literature Comprehensive Database Atkinson Library Jackson Community College.
CS102--Object Oriented Programming Discussion 1: – Project 4 on Page 328 – The use of arrays Copyright © 2008 Xiaoyan Li.
OLD Organization Book Chapter Title Group Number, Group Member names New Organization
Database Software Application
 Factors  Greatest Common Factors  Multiples  Lowest Common Multiple.
Xin  Syntax ◦ SELECT field1 AS title1, field2 AS title2,... ◦ FROM table1, table2 ◦ WHERE conditions  Make a query that returns all records.
10 May Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
CENTURY 21 ACCOUNTING © 2009 South-Western, Cengage Learning LESSON 6-2 Inventory Costing FIFO inventory costing method LIFO inventory costing method Weighted-average.
Name______________________________________________________Grade_______.
1 PROJECT 12 REPORTS BASED ON QUERIES Management Information Systems, 9 th edition, By Raymond McLeod, Jr. and George P. Schell © 2004, Prentice Hall,
Access: Queries Ad-hoc Reporting Chapter T. Access Queries Queries Access Properties Sorting Selection Criteria Calculations.
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?
CENTURY 21 ACCOUNTING © 2009 South-Western, Cengage Learning LESSON 6-3 Estimating the Inventory Gross profit method of estimating inventory Retail method.
Reports and Queries Chapter 3 – Access text Reports – Page Queries – Page
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 6 Switchboards, PivotTables, and PivotCharts.
ACIS Introduction to Data Analytics & Business Intelligence Ad-hoc Reporting Query Basics.
1 PROJECT 10 DATABASE QUERIES— TEXTBOOK DATABASE Management Information Systems, 9 th edition, By Raymond McLeod, Jr. and George P. Schell © 2004, Prentice.
FAWeb Setup.
Chapter 11: Car Task Extension: Queries Importing CSV: Make sure currency is in Euros with two decimal places Using a suitable database package, import.
The Rent-A-Dress Database
How to Use the Library Catalog Objective: Students will understand how to locate information using a library catalog.
Databases – Part 2 Databases– Part 2 Lesson 5 & 6.
The number which appears most often in a set of numbers. Example: in {6, 3, 9, 6, 6, 5, 9, 3} the Mode is 6 (it occurs most often). Mode : The middle number.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 2 Querying a Database Using the Select Query Window.
How to Use the Library Catalog Objective: Students will understand how to locate information using a library catalog.
Adding Reports to a Database. Why do we use Reports? Reports are well-designed printed pages that offer several advantages: Reports are well-designed.
Databases – Part 2 Task 1 – Simple Query and Report Create a Report for the following scenarios. Remember before you create the.
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.
Chapter 11 Data Analysis Author name here for Edited books chapter ?? Insert Your Chapter Title Here 11 Data Analysis chapter.
E VALUATIONS /A SSIGNMENTS Students. Assignment 1 (100 points) Students: Please write a code- Macro to : 1) Display your name, 2) Name of the school 3)
Exploring Microsoft Access 2003
Citation format 1 The “Citation” display option is similar to the abstract display but has some extra information such as MeSH terms and substances listed.
LESSON 6-2 Inventory Costing
MS Access: Creating Advanced Queries
Analyzing Data Using Access
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.
Instructor: Craig Duckett Lecture 09: Tuesday, April 25th, 2017
Main Parts of a Book Non-fiction Texts.
Plug-In T7: Problem Solving Using Access 2007
LESSON 19-1 Determining the Quantity of Merchandise Inventory
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.
What is a Database? How is a Database use? How to set up in Access?
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Updates to the MDC Dashboards and All-Payer Patients Lists Summer 2013
Secondary Gradebook FAQ’s
FIU Library Catalog Team 13.
Turn to page 26. Read the Conclusion
LESSON 6-2 Inventory Costing
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Accounting for Inventory
Summer Reading.
Introduction to Database Programs
Creating Noninput Items
Operations and Rational Numbers (Fractions)
U.S. History Colonies of Early America
Summer Reading.
Advanced Database Concepts: Reports & Views
Plan of the Day: Friday, Sep 5, 2014.
Chapter 18: Car Task - 1 Extension: Queries Importing CSV:
Section 4 - Sorting/Functions
Accounting for Inventory
FIRST-IN, FIRST-OUT INVENTORY COSTING METHOD
Introduction to Database Programs
BUS2206 Access Lab Queries Second Term,
Reports Report builder meets the challenge by making it easy to design, publish, and distribute professional, production-quality reports in a variety of.
Presentation transcript:

Calculations & Parameters Advanced Queries Calculations & Parameters

Concept Map Access Queries Calculation Queries Limitations Parameter Queries

Objective Create calculation queries. Create parameter queries. Discuss limitations of queries.

Textbook Chapter Videos The query chapters are available in video format as well: http://www.lacoste.pamplin.vt.edu/web1504/resources/video/db.html

Segment A: Summary Calculations

Summary Calculations One calculation/total for a group of records. Example: Calculate the average rating each participant assigned to Product A.

Count Books by Author For each author, identify how many of their books are in the library. Extension: Also include: the average cost of those books, and the total number of pages contained in those books.

Segment B: Record Calculations

Record Calculations One calculation per record. Example: Determine the age of each participant in five years.

Price Increase Write a query to calculate a 15% increase in the price of each book purchased during the summer (June, July or August) listing the highest priced book first and the lowest priced book last. Format the new price as currency with two decimal places. Extension: How could you use Title as a secondary sort but display it as the first column of your query?

Segment C: Parameter Queries

Parameter Query Example: Create a query that will display all the observations for a selected ID.

One Author’s Books Write a query that will display all the books for a selected author. Books should be displayed in alphabetical order by title. I should be able to pick a different author last name each time I run the query. Extension: Select author based on last name as well as first name.

Segment D: Limitations

Query Limitations Queries can show only one level of grouping at a time. Queries have limited formatting options.