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.

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 management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Access Lesson 2 Creating a Database
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.
Lecture Access – Tables. What are Tables? Records Fields.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
QUERYING A DATABASE By: Dr.Ennis-Cole. OBJECTIVES: Learn how to use the Query window in Design view Create, run and Save queries Define a relationship.
Information Storage and Retrieval CS French Chapter 3.
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.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data type – determines the type of data and range of values that can be entered in a field.
Database terms Mr. Brunton.
Databases & Data Warehouses Chapter 3 Database Processing.
Marcel VanLandeghem Ext 2488
Access Lesson 2 Creating a Database
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
 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.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Designing a Database (Part I) -Identify all fields needed to produce the required information -Group related fields into tables -Determine Each Table’s.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create and Open a Database Create and Open a Database.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
Theme 2: Working smarter Topic 14: Using the right package for the job. Chapter 4.1. Page 203 – 221 Introduction to Access.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Microsoft Access is a database program to manage sort retrieve group filter for certain records.
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.
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.
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.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Study Opportunities1 Database table quiz What is your name?
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
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.
Database design Using Access 2007
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Part 1.  To answer the question “what is a database?”  To understand the basic components of a database and start to plan/create our own.
CPSC 203 Introduction to Computers Lab 21 By Jie Gao.
Marcel VanLandeghem Website ait.saultcollege.ca/marcel.vanlandeghem.
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.
Database Essentials Lesson 1. Software Orientation.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
Microsoft Access 2016 Design and Create Tables to Store Data
Microsoft Access 2007 – Level 1
Unit 16 – Database Systems
Microsoft Access 2013 Design and Create Tables to Store Data
Introduction to Computer Science (CIS 101)
Access Lesson 2 Creating a Database
PHP and MySQL.
Access Lesson 2 Creating a Database
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Data Types and Field Properties
ICT Database Lesson 2 Designing a Database.
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Lecture 2 Lecturer: awdang aziz MS access
Presentation transcript:

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 a student data base called eSchool A single piece of information is called data  Can be text (name), number (grades), photos, (ID pics), addresses, and other things Access is a database program  Can create tables, queries, forms and reports Page 13-1

Purpose of a database Store related data Organize, sort and retrieve data  Grades can be sorted and retrieved

Parts of a Database QueriesForms Tables Reports We will start with Tables

Parts of a Table Fields – how a table is organized  Stores data **In a good database a field stores 1 piece of data Primary Key – a field that can hold only unique data Records – a group of related fields page 3-4

Field Names should be Descriptive Unique (but understandable) Short (but understandable) Use complete words Avoid symbols Good field names: Firstname Lastname Bad field names: Name Phone #

Field Types Text field – store (letters, symbols, words, numbers or combinations) Number field – stores ONLY numbers Date/time fields – stores date OR time Currency fields – stores dollar amounts Memo fields – stores multiple lines of text **AutoNumber – automatic number generated by Access.

Field Format 13-3 Determines how data is displayed  General number  Fixed  Percent  Standard  Data/time

Review the Vocabulary Database Data Access Table Field Field name Field type Table Record Primary key