 A collection of data organized in a way that allows:  Easy access  Easy retrieval of specific data  Easy use of the data.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Guidelines for Setting Field Properties Each field has a number of properties, such as its name and data type, that you can set when you define the field.
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Database Management: Getting Data Together Chapter 14.
Final Review Sunday March 13th. Databases –Entities/Rows –Attributes/Columns –Keys –Relationships –Schema –Instance.
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.
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Business Driven Technology Unit 2 Exploring Business Intelligence Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Database Systems. What is a database? A database is an organised store of data items.
Databases and Database Management Systems
Chapter 9 Database Management
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Data Types and Field Properties 5.01 Understand database tables used in business.
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Microsoft Access Intro Class 1 Database Concepts.
Microsoft Access 2000 Creating Tables and Relationships.
Building The Database Chapter 2
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
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.
1 Intro to Info Tech Database Management Systems Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
ASP.NET Programming with C# and SQL Server First Edition
Access 2000 Part 1 Introduction to Access Agenda Starting Access. Creating Tables. Working with Tables. Setting Field Properties.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Database Management.
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
Data and its manifestations. Storage and Retrieval techniques.
Chapter 4 Introduction to MySQL. MySQL “the world’s most popular open-source database application” “commonly used with PHP”
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
Microsoft Office 2013 ®® Access Tutorial 2 Building a Database and Defining Table Relationships.
Microsoft Access Designing and creating tables and populating data.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Databases (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
Databases.
What have we learned?. What is a database? An organized collection of related data.
1 CSE 2337 Introduction to Data Management Access Book – Ch 1.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 16 Using Relational Databases.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data Types and Field Properties continued… Understand database tables used in business.
DBMS Using Access Note: If using software other that Access, consult manufacturer’s manual.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Database design Using Access 2007
 May be times when we need calculations in a report. ◦ Total of how much a salesman has sold ◦ Report showing total inservice training hours an employee.
Access Module Implementing a Database with Microsoft Access A Great Module on Your CD.
DATA MANAGEMENT AND DATABASES. Data Management Data management is the process of controlling the information generated during a research project or transaction.
MICROSOFT OFFICE ACCESS 2007 TRAINING Intro to building a database.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
DAY 14: DATABASES RAHUL KAVI February 25,
Building Tables & Defining Relationships
GO! with Microsoft Office 2016
GO! with Microsoft Access 2016
Database Management  .
What is a Database and Why Use One?
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Introduction to Databases & SQL
Presentation transcript:

 A collection of data organized in a way that allows:  Easy access  Easy retrieval of specific data  Easy use of the data

 First, consider what you want the database to do for you.  Database design is arranging information into tables and fields.

 What tables will be needed?  Consider the types of information that will be used: employees, inservice classes, attendance at inservices.  Will there be primary keys?  Are there any extra fields needed?  Are there relationships among the fields?  What are the types of data in each field?

 Is there duplicated data between tables?  It can cause problems when updating  It wastes space  It could make data inconsistent  Where will the database be stored?

 Minimizes duplicated data  Info is more accurate and consistent  Easier to enter data using forms  Easier to view and sort info in many different ways  Easier to add passwords and use security features  Easier to share and edit information at the same time with other database users

 Names can be 64 characters long  Names can include letters, numbers, spaces and most types of punctuation  Names cannot contain periods, exclamation points, access graves or brackets  Field names cannot be duplicated

 Our database will include:  Information about employees  Information about Inservices Classes offered  Information about attendance at these classes

 Employee Social Security Number for the employee table would be reasonable.  Due to privacy and identify theft, we will assign each employee an employee ID number.

 Employee Table  See “Employees” Excel spreadsheet  Need fields for each of the columns contained in the spreadsheet  Inservice Classes Table  Each class will be assigned a Class No.  See Inservices Classes Table to identify fields needed  Inservice Attendance Table  ID No. for each “transaction”  Employee ID No.  Inservice Class No.

 To keep from duplicating information, we’ll create relationships between the three tables.  One employee can attend many inservice classes.  One inservice class can be attended by many different employees.

 Look at the Employees Excel spreadsheet.  Determine the data type for each of the columns.  Three most common data types:  Text – can contain up to 255 characters (wow!)  Number – can be only positive or negative numbers. To use data in mathematical operations, it must be identified as a number.  Currency – only monetary data. Will contain $ signs, commas, decimals points, and 2 decimal places. Can be used in mathematical calculations.

 Review tables and fields.  Is there information that is duplicated between tables?  If so, it will make it more difficult to correct errors, take up more disk space, etc.