© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.

Slides:



Advertisements
Similar presentations
Access Lesson 2 Creating a Database
Advertisements

Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Lecture Access – Tables. What are Tables? Records Fields.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Tables. Any database must contain one or more tables, because that’s where the data is stored. For any table there are two views provided: Datasheet view.
Data Types and Field Properties 5.01 Understand database tables used in business.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Microsoft Access Tables Birgül Kutlu Bayraktar. TERMS A database is a collection of related information. An object is a competition in the database such.
Microsoft Access 2000 Creating Tables and Relationships.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
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.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Copyright © 2008 Pearson Prentice Hall. All rights reserved.1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
Exploring Microsoft Office Access 2010
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 DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
Designing a Database (Part I) -Identify all fields needed to produce the required information -Group related fields into tables -Determine Each Table’s.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
CHƯƠNG 3 Finding, Filtering, and Formatting Data.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
Chapter 17 Creating a Database.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
Access Project 3 Notes. Introduction Maintaining the Database  Modifying the data to keep it up-to-date Restructure the Database  To change the database.
Using Microsoft Access 56:150 Information System Design.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
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.
Database collection of related information stored in an organized form Database program software tool for storage & retrieval of that information.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
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.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
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.
Relational Database Techniques
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.
Database design Using Access 2007
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. Concept 1 Database – Organized collection of related information.
* 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.
C REATING & D ESIGNING A D ATABASE 1. C REATING A D ATABASE 2 There are two different ways to create a new Access database: 1. Start from scratch with.
DAY 18: ACCESS CHAPTER 3 Tazin Afrin October 22,
Microsoft Access Prepared by the Academic Faculty Members of IT.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
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.
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.
MICROSFTACCESS tables. DATA TYPES Field TypeWhat It Holds Short Text Text up to 255 characters long (including spaces and punctuation). Use a Text field,
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Guidelines for Designing Databases
Introduction to Computer Science (CIS 101)
Access Lesson 2 Creating a Database
Data Types and Field Properties
ICT Database Lesson 2 Designing a Database.
Chapter 2 Design Table and Form.
Lecture 2 Lecturer: awdang aziz MS access
Chapter 2 Design Table and Form.
Presentation transcript:

© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational database concepts –Table –Record, field, cell, data value, format –Key (primary key, foreign key) –Query –Form –Navigation

© Steven Alter, 2007, all rights reserved Table, record, field, cell, key, data value Record: Row in a table containing information for one person, place, or thing. F ield: Column in a table that contains a category of information Cell: Intersection of row and column Data value: one item of information, appearing in a cell. Key: special type of field that identifies the person, place, or thing that a particular record refers to.

© Steven Alter, 2007, all rights reserved Keys Primary Key is a field or combination of fields that uniquely identify each record in a table. No two records in a table can have the same value in the primary key field. Records are automatically sorted based on the primary key. Foreign key: A data field in one table that refers to a primary key in another table. –Customer ID is the primary key of the Customer Table –Customer ID is a foreign key in an order table because it refers to the customer ID in the Customer table.

© Steven Alter, 2007, all rights reserved Field types Text … Up to 255 characters. Characters can be letters, numbers, and other marks, including punctuation. Number …Numbers (excluding currency amounts) that can be used in calculation. Currency …Displays commas, dollar signs, and two digits to the right of the decimal point. Date/Time …utilize a variety of display format Memo … up to 64,000 characters AutoNumber …Used to automatically insert unique, sequential, or random numbers. Numbering typically begins with one. Yes/No … Yes/No, True/False, or On/Off.

© Steven Alter, 2007, all rights reserved Field properties Field size Format Decimal places Input mask Default value Validation rule Validation text (error message when validation rule is violated)

© Steven Alter, 2007, all rights reserved Operators in queries = Equal to > Greater than < Less than >= Greater than or equal to <= Less than or equal to <> Not equal to AND …. Example: >20000 and <30000 OR …. Example: San Francisco OR Los Angeles IN …. Example: IN (CA, NV, AZ, UT ….) BETWEEN …. Example: BETWEEN 21 and 65

© Steven Alter, 2007, all rights reserved Calculating totals for a field in a query In Design View, click on the Totals button to create a totals row in the design grid Operators for calculating totals Sum –Avg –Min –Max –Count –StDev –First –Last Can also use “group by” to calculate totals within a group

© Steven Alter, 2007, all rights reserved Structure of a database Multiple tables, each about a different, independent entity type (such as customer, product, order, or invoice) Relationships –One to many: One customer …. Many invoices One invoice ….. Many line items One supplier …. Many products –Many to many A student is in many sections AND a section has many students Need to create a linking table with two one to many relationship –One student has many “student-section” records –One section has many “student-section” records

© Steven Alter, 2007, all rights reserved Wizards Form wizard Query wizard