Databases Introduction. What is a Database? A DATABASE is a collection of related data. –Data is just another name for information.

Slides:



Advertisements
Similar presentations
Standard Grade Databases. What is a Database? A database is made up of files, records and fields. A structured collection of similar information that.
Advertisements

MICROSOFT OFFICE ACCESS 2007.
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.
Database Software Application
MS Access 2007 IT User Services - University of Delaware.
Database terms Mr. Brunton.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
Chapter 9 Database Management Discovering Computers Fundamental.
2.00 Understand Computer Fundamentals Unit Objective: 2.01 Software.
Databases. Database A database is an organized collection of related data.
To enhance learning, service, and research through an advanced information technology environment. Our Mission:To enhance learning, service,and research.
 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 DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
Understand Computer Fundamentals Unit Objective: 2.01B Computer Software.
Lesson 17 Getting Started with Access Essentials
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
Database A database program is a piece of software to organize and sort information. It creates an electronic list of information that can be sorted very.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Relational Databases (MS Access)
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
Key Applications Module Lesson 21 — Access Essentials
Chapter 17 Creating a Database.
1 Microsoft Access Introduction – Tables and Forms ©Richard Goldman January 2000.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Chapter 4c, Database H Definition H Structure H Parts H Types.
Databases Organizing Sorting Querying A Presentation by Karen Work Richardson.
® Microsoft Office 2013 Access Creating a Database.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
Introduction to Database Tonga Institute of Higher Education NOS 215.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
Database Management Systems (DBMS)
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
Database Objective Demonstrate basic database concepts and functions.
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.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Microsoft Access Introduction. What is a database? A DATABASE is a collection of related data.
Database design Using Access 2007
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
INTRODUCTION DATABASE TO. Who Needs a Database?????? We all do!!!!!!!!
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Database Essentials Lesson 1. Software Orientation.
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 (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
1 Files and databases Suppose a school stores information about its students on record cards. Each student has their own card; this is their record. Record.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
2.00 Understand Computer Fundamentals Unit Objective: 2.01 Software.
1 New Perspectives on Microsoft Access 2016 Module 4: Creating Forms and Reports.
Introduction to Database Systems
GO! with Microsoft Office 2016
Creating a Database Microsoft Access.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Database Systems Unit 16.
GO! with Microsoft Access 2016
Access Creating a Database
Introduction to Database Systems
Access Creating a Database
Databases.
Database Fundamentals
Spreadsheets, Modelling & Databases
Unit J: Creating a Database
Presentation transcript:

Databases Introduction

What is a Database? A DATABASE is a collection of related data. –Data is just another name for information.

Databases are the Most Common Type of Computer Program Used by –Business –Education –Libraries –Even Individuals You use databases almost every day, and don’t even know it!

Examples Phonebook –Even the one in your cell phone! Card Catalog –Paper or electronic Your Student Records Address Book A list of your MP3’s

Databases In many ways a database is similar to a spreadsheet. It can serve some of the same functions. For an end user a database can be easier to use, but is harder to set up.

Updating Databases When you update data in a database (table or form) it is automatically updated everywhere else. No need to do a “save”. –This is common to all database programs.

Database Table A TABLE is a collection of data in a row/column format. Not all programs let you see and edit in this format, but it is there. It looks a lot like a spreadsheet.

Related Tables A special type of database program is called a “Relational Database.” To make tables related you must have ONE common field that is unique to each record. Usually ID numbers serve this purpose. –Example: Driver’s license number.

Related Tables In a relational database the ID field can then be used to pull all of the related data together. –Example: A police officer checks to see if you have any moving violations. –Each ticket is a separate record. Your driver’s license number is the ID field that is used to pull all the records together. –The records could be on the state computer or local municipality’s computers.

Database Form A FORM is a window used to edit or add a record in a table. Normally you can only use ONE record in a form. –The exception is if you have a relational database. A record is a collection of information about one person, item or transaction.

Database Report A REPORT is a print out of specified fields in a table or tables. A REPORT gets it’s data from a Table or Tables.

Examples of a Report Phone Bill Cash register receipt Driver’s License TV Guide Search Engine Results Report Card

ENTERING/EDITING DATA Two methods: –Use a form. –Enter directly onto a TABLE. Tables look a lot like spreadsheets. –We will be learning to enter into a form.

The First Step in Designing a Database Break down your information into fields. For example: –Names are usually broken into 2 fields First Name Last Name –Addresses are broken into 4 or 5 fields Street address (Sometimes 2 fields, one line per field) City State Zipcode

Step 1 Continued Identify each field by type. –NUMBER fields are used in math operations. Grades, Dollar amounts etc. –Most others are TEXT fields Zipcodes and phone numbers would be TEXT fields because you don’t do math with them.

Step 2 Design the FORM –The software automatically does the table for you! –Most software allows you to design the form anyway you like.

Step 3 Start Entering Data! –Reports (Printouts) are a separate process. Reports can be custom or already designed for a particular purpose. A report card or cash register receipt are examples of reports. Even ID cards such as driver’s licenses are reports.

Next Class We will start using Filemaker Pro. It is one of many database programs. It’s easy to set up a database with this program.