Marcel VanLandeghem Website ait.saultcollege.ca/marcel.vanlandeghem.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Database ACCESS. Database A series of objects used to enter, manage, and view data.
UNIVERSITY OF PALESTINE business computer application College of Business Instructor: Mr. Ahmed Abumosameh.
Computational Thinking for Information Technology
Data Design The futureERD - CardinalityCODINGRelationshipsDefinition.
Table design screen Field name Data type Field size Other properties.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
CSE 190: Internet E-Commerce Lecture 10: Data Tier.
Table design screen Field name Data type Field size Other properties.
Databases and Database Management Systems
Information Storage and Retrieval CS French Chapter 3.
MS Access 2007 IT User Services - University of Delaware.
Database terms Mr. Brunton.
Marcel VanLandeghem Ext 2488
 Database ◦ A place where data can be stored and retrieved.  Objects ◦ An option you can manipulate. Eg. Tables, forms, queries.  Tables ◦ Tables are.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Lesson 28: Exploring Access Learning Objectives After studying this lesson, you will be able to:  Define database and key terms associated with.
FIRST COURSE Access Tutorial 1 Creating a Database.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
Lesson 1 -What is a Database? -Fields and Records
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
 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 Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Databases. Basic Data Management Concepts 2 Database  Collection of all the data related to a particular topic or purpose -- for example, student data,
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
CSC 240 (Blum)1 Introduction to Database. CSC 240 (Blum)2 Data versus Information When people distinguish between data and information, –Data is simply.
Business computing Databases 2 4 january Program Create a simple database with several tables using Access Study a more complex database available.
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.
Relational Databases (MS Access)
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
© Relational Databases. © Entities Data is stored in tables. Each table is concerned with one entity An entity is a.
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
CS 1308 Computer Literacy and the Internet
This is the first screen you will encounter. Select Blank Database.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Database. Data Base A database is a collection of related data, and the software used in databases to store, organize and retrieve the data is called.
What have we learned?. What is a database? An organized collection of related data.
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Microsoft Access is a database program to manage sort retrieve group filter for certain records.
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
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.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Databases 101 © Dolinski What you will learn How relational databases work What are the components that make up a database How to create each component.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
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.
Microsoft Access Database Creation and Management.
Database Fundamentals Objective 5.01: Understand database tables used in business.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Databases. What is a Database? A database is an organized collection of information or data. Databases can be paper-based or electronic. Information (text.
Unit 5b Databases January 2011 Miss Collins. Unit Objectives Analysing data and asking questions: using complex searches You will learn –What is a database?
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Introduction to Database Systems
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Databases Chapter 16.
Database Fundamentals
Databases.
Microsoft Applications
Christopher M. Pascucci
Copyright © Texas Education Agency, All rights reserved.
Presentation transcript:

Marcel VanLandeghem Website ait.saultcollege.ca/marcel.vanlandeghem

Beginning Objectives Environments Where a Database is used Is It a Substitute For Excel? What is a Database? What are Tables? What is a record made up of? What are Fields? What are Field Types? What is a Key Field? What are Queries? Why do we use Forms? What is a Report?

A Database is just an organized collection of data which is stored in TABLES. Each Table can hold RECORDS Each record will hold pieces of information called fields. Example..a record for you might contain fields for..Last Name, First Name,Age, Birthdate, Street Address, City, Province MEMBERS Table Name PEOPLE

A “KEY FIELD” is a piece of information in each persons record That makes that record unique Example Your Account Number, Student Number, Driver’s Licence

Account Last Name First Name Age Province 100 Brown James 20 Ont 200 Smith Al 45 BC 300 Black Alice 29 Ont 400 Smith Al 50 Ont 500 Smith Jane 35 BC 600 White Bill 45 BC This piece of information makes every record unique. It is called the “KEY” field By usng the Account number we can easily find people. A Basic Example

A Simple Database Database name = people Table is called Friends which holds many records Lastname Firstname Phone Number Street City Prov Postal code Fields Pieces of information That make up a persons Record. Record

What Do You Have in Your Wallet? That Represent You In a Database

Database Name = Video Store Customer Table Videos Rented Table VCR’s RENTED Table Custno LastName FirstName Street City Pc Provice Phone Birth Date Custno Video Name Date Rented Return Date Custno VCR Serial # Date Rented Return Date Deposit Amount Key Field Each Piece of Information in a Table called a FIELD All the fields make up 1 record You can have different Field Types - Text Field Number Fields Date Fields

Table (holds all our records Input Data Queries Displays Information From the table Reports Generate Printed Reports Basic Process Forms Used to Enter data or Retrieve information “This is where we are heading”

Instructor will guide the class to do the following Start Access Create a database Design View Create a table and setup fields Enter Data Modify Your Tables