Data Structure Set Up. Table Setup Exercise A non-profit needs to set up a database to track members and their membership payment.

Slides:



Advertisements
Similar presentations
A method for addressing any large problem. Carefully consider the problem. Define the problem. Ask yourself the following questions: What is it that I.
Advertisements

Database Management Using Microsoft Access Xinhua Chen, Ph.D. Chinese Association of Professionals in Science and Technology March 23, 2003.
Using a database to organize information
Local Variables and Scope Benjamin Fein. Variable Scope A variable’s scope consists of all code blocks in which it is visible. A variable is considered.
Designing A Payroll System Daniel POP, Ph.D. 2 General Description The system consists of a database of the company’s employees, and their associated.
Chapter 10 Analyzing Systems Using Data Dictionaries
Jeopardy Root Words Language Arts Prefixes Suffixes Q $100 Q $100
Exercise Exercise3.1 8 Exercise3.1 9 Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise6.1 7 Exercise6.1 8 Exercise6.1 9.
Utility Service Database Design a database to keep track of service calls for a utility company: Customers call to report problems Call center manages.
1 times table 2 times table 3 times table 4 times table 5 times table
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Live Support A “receptionist” on your website (typing) Can answer questions Transfer calls to different departments Take messages Automatically “push”
Relational Database Concepts. Let’s start with a simple example of a database application Assume that you want to keep track of your clients’ names, addresses,
Exercise Normalization Exercise Faculty Member. Social Security Number Name Last Name First Name Middle Name Home Address Street Address or P. O. Box.
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
The First Rewards Program Was Designed To Help YOU TRAVEL For FREE & Receive Extra CASH To Make Life More Enjoyable! It’s Our Travel4Free Rewards Program.
Finding Viable Grant Opportunities Los Angeles Regional Foodbank.
EuroCRIS Membership Directory Building a Community of Peers From Across Europe and Beyond.
Microcomputers Review WORD. Word Margins (page layout tab) Find and Replace (home tab) Revisions/Comments (Reviewer tab) Page Orientation (page layout.
1 Welcome to the Team! Suzy Owens Senior Member Services Coordinator & Group Membership Specialist November 2, 2014.
Database Design Week 11.
2009 Proprietary and Confidential. ANNOUNCING Exciting COOKIE CLUB News This is big! GSUSA allows girls to ask for orders online This is safe! No personal.
Excel Electronic Membership Directions, Examples and Operational Hints. Created by: Jim Armbruster.
Executive Session Director’s CD-1 Review of the Mu2e Project April 3, 2012 Elaine McCluskey.
Database Design Shortcuts. What’s your problem? Sort out the basic idea for the Database… e.g. : Your local Angling Club is looking to set up a Database.
Before you begin In order to remain in good standing, every Student Chapter must submit an annual report and pay annual dues. – Your faculty advisor will.
SMART Agency Tipsheet Non Staff Physicians This document focuses on the Non Staff Physicians Module. Total Pages: 2 Profile Address.
Reporters: Franz Rosedale M. Alag Mirwen H. Cuares I-Fleming Mrs. Maria Consuelo C. Jamera Media Arts Teacher I.
Arrington 1 Homework Place in the middle of the table!
SIforAge Partner Presentation Of Your Organization February 2013 YOUR Organizations Logo.
The First Rewards Program Was Designed To Help YOU TRAVEL For FREE & Receive Extra CASH To Make Life More Enjoyable! It’s Our Travel4Free Rewards Program.
Webinar #7 – Event Registration Revisited April 12, 2011
ACIS Introduction to Data Analytics & Business Intelligence Database s Benefits & Components.
Division Past Paper Questions. The calculation we do here is 217  7. Write the 7 times table at the side of the page
Multiplication Facts Table of Contents 0’s 1’s 2’s 3’s 4’s 5’s 6’s 7’s 8’s 9’s 10’s.
LESSON 1 NOTES MAIL MERGE Chapter 10. Mail Merge – Form Letters Mail merge merges data stored in an database with a Word document. Mail merge is commonly.
Different key fields for different cases More to Learn A key field is a field that can be used to uniquely identify one specific record from other records.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Tables Learning Support
On the screens click on the number you think is the right answer. Three times tables Good luck!
Power of Gifts: Address Labels Experiment View as slide show Gifts for the target market Adapted from AdPrin.com.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
How to setup Mozilla Thunderbird
Photo ID required for entry to show
Times Tables.
معلم الصف الثالث الابتدائي
Practice Insight E-Statement and Online Payment Solution
The practice report format
TEXAS SUPPLEMENT WAREHOUSE
NASN/OSHNA membership FOR INTERNATIONAL SCHOOL NURSES
סדר דין פלילי – חקיקה ומהות ההליך הפלילי
Microsoft Applications

ФОНД “СОЦИАЛНО ПОДПОМАГАНЕ”
Understanding the Problem
INVOICE Downloaded from
NASN/OSHNA membership FOR DODDS SCHOOL NURSES
You must show all steps of your working out.
Question 1.
3 times tables.
6 times tables.
2-2 Logic Part 2 Truth Tables.
SHRM Member-get-a-Member Campaign:
8 1 7 Subtraction Facts
Students’ Class Project for English for Medical Purposes II
Interactive Powerpoint
Doctors List
Presentation transcript:

Data Structure Set Up

Table Setup Exercise A non-profit needs to set up a database to track members and their membership payment.

Step 1 What are they doing now? What fields are needed? Do we have the full name in one field or should we use two? What about the middle initial, prefix and suffix?

Step 1 - continued Do we need a mailing address and a shipping address? Zip – will there be any members from outside the US? What is the level of expertise of the people that will be working with the database?

Step 1 - continued Questions asked – answers received Did they generate more questions? Can you develop the conceptual model? Can you write a scope statement?

Step 2 Fields needed Grouping into tables