 You have been hired to create a Database for the new library in town.  We initially tried to use Excel to keep track of our data, but realized that.

Slides:



Advertisements
Similar presentations
Introduction Lesson 1 Microsoft Office 2010 and the Internet
Advertisements

By Wanda Gibson, CI, MMI, SME. Microsoft Access Access is a database management system. This system lets you create and process data. A database is a.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.
Lecture Microsoft Access and Relational Database Basics.
ISP 121 Week 1 Introduction to Databases. ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data.
Databases and Database Management Systems
Access 2007 ® Use Databases How can Microsoft Access 2007 help you manage a database?
Microsoft Access II Information Technology Services User Services User Training & Support.
MS Access 2007 IT User Services - University of Delaware.
MELISSA PICO SUMMER 08 Data Storage & Retrieval: Access instead of Excel.
Database Relationships Objective 5.01 Understand database tables used in business.
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
Microsoft Access Ervin Ha.
Database Relationships Objective 5.01 Understand database tables used in business.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Relational Database Need to Knows. What is a database? Data - is just a pile of numbers or stats. A business "organises" the data to be meaningful and.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
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,
Microsoft ® Office Access ™ 2007 Training Choose between Access and Excel ICT Staff Development presents:
06/06/06 Microsoft Access The Basics. 06/06/06 The Instructors Allyson Mower, Digital Initiatives, , Alice Weber, Collection.
Choose between Access and Excel Right questions, right program If you’re having trouble choosing between Access and Excel, take a moment to answer an important.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
Databases and Education Access Access Course Progression Access courses can be designed for intensive immersion or semester-long courses. Basic.
Microsoft ® Office Access ® 2007 Training Build a database I: Design tables for a new Access database ICT Staff Development presents:
Relational Databases (MS Access)
Chap No: 04 Advanced Relational Database
Copyright © 2005 Ed Lance Fundamentals of Relational Database Design By Ed Lance.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
Should you choose Excel or Access to manage your data?
Microsoft Access 2000 Presentation 1 The Basics of Access.
ITGS Databases.
 So far in ICT we’ve covered how data is entered into computers (data capture) and how it’s checked (validation and verification).  In this section.
1 Database Systems Introduction to Microsoft Access Part 2.
Ch6. Introduction to Database. What is a Database? Database is a collection of related information. It is organized so that it can easily be accessed,
Database Concepts Track 3: Managing Information using Database.
Unit 5 Advanced Databases The Purpose and features of a relational database.
Database Management Systems (DBMS)
Spreadsheet vs Database What’s the difference and who cares?
Lesson 2: Designing a Database and Creating Tables.
Alighieri: Introduction to MS Access 1 What is a Database? RELATIONAL DATABASE A database is an organized collection of information. A database is designed.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 5 : Part 1 INTRODUCTION TO DATABASE.
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Adapted from: FatMax Licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-
Database Relationships Objective 5.01 Understand database tables used in business.
DATABASE BASICS. D ATABASE S OFTWARE – ACCESS  Allows you to:  Input data  Edit data  Verify data  Sort data  Find data  Analyze data  Report.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
3.1 CSC 102 Introduction to Information Systems Databases.
INTRODUCTION DATABASE TO. Who Needs a Database?????? We all do!!!!!!!!
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Reports. Reports display information retrieved from a database in an attractive printed format. Reports can be created directly from tables, but More.
Databases. What is a Database? A database is an organized collection of information or data. Databases can be paper-based or electronic. Information (text.
Database Relationships
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Florida Technical College
Creating a Database Microsoft Access.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Databases A brief introduction….
What are the Database Applications
What is a Database and Why Use One?
Databases.
PHP and MySQL.
Introduction to Database Programs
Database Relationships
Spreadsheets, Modelling & Databases
Introduction to Access
Introduction to Database Programs
Do it now – PAGE 8 You will find your do it now task in your workbook – look for the start button! Sunday, 12 May 2019.
Presentation transcript:

 You have been hired to create a Database for the new library in town.  We initially tried to use Excel to keep track of our data, but realized that we just couldn’t keep track of our data in a spreadsheet.  Over the course of the next five days you will learn the concepts of creating a database and making it functional for every day use.

EXCEL  Creates spreadsheets  Stores flat data  Analyzes data and performs sophisticated mathematical functions  Presents data in charts and graphs. ACCESS  Create databases  Stores LOTS of data and relates it  Retrieves data based on criteria  Enables easy data entry  Creates customizable reports

In Excel we realized that we would have to duplicate the book record every time a the book was borrowed, or essentially create a new record for the book each time.

Access can store one record of a book in a database and tie all the instances of a book borrow to that one book.

We tried to create a record for a patron, but we realized we couldn’t do it unless they checked out a book at the same time.

We can have a separate table for Patrons and just connect each patron to a borrow when they check out a book.

We needed to change a patron’s phone number, but we realized we’d have to change all the instances of a patron borrowing a book. Such a headache!

We can just go to the patron’s record in the Patron table, change their phone number and every borrow will still be connected to the same record.

We wanted to delete a borrow from the spreadsheet, but we realized that in doing so we’d also delete the customer information. What if that were the only time they checked out a book? We’d loose that information completely.

Because the patrons are stored in a separate table from the borrows, we can delete a borrow without deleting the Patron.

 Access can store data in separate tables and relate them  Access can create queries that can pull out very specific pieces of data  Access can create forms that allow for quick and user friendly data entry  Access can create reports to present your data.

 What fields should we include in the Books and Patrons table?  Data types  Each field should be the smalled data chuncks you can think of.  Example: Separate First_Name and Last Name into two different fields.

Get into pairs and define the relationships between the following entities: For example how many social security numbers would one citizen have? One to one How many passengers can one bus have? One to many or Many to many

 Resources—what kind of resources do we need to keep track of for the library?  Events—what kind of events will we need to track in the library?  Agents—Who will be the participants in the library?

ResourcesEventsAgents =one to many

 Let’s start creating the tables in Access and make the relationships between them!