 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »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.
Data Types and Field Properties 5.01 Understand database tables used in business.
1 AQA ICT AS Level © Nelson Thornes Types of data.
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.
Access Ch 5 Review.
Data Types and Field Properties 5.01 Understand database tables used in business.
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.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
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.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
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.
Microsoft Access Intro Class 2 Designing Databases and Tables.
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
CHƯƠNG 3 Finding, Filtering, and Formatting Data.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
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.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
Chapter 17 Creating a Database.
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
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.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Microsoft Access.  What is Data ?  Data vs. Information  Database History.  What is a Database?  Examples for Small and Large Databases.  Types.
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.
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.
Database Management System Conducted By Provincial Computer Resource Centre Gurudeniya Jayaratna Alahakoon.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Database design Using Access 2007
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.
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.
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.
MICROSFTACCESS tables. DATA TYPES Field TypeWhat It Holds Short Text Text up to 255 characters long (including spaces and punctuation). Use a Text field,
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Building Tables & Defining Relationships
Practical Office 2007 Chapter 10
Types of data This presentation differentiates between ICT professional and end users.
Microsoft Access 2013 Design and Create Tables to Store Data
Data Types and Field Properties
Access Lesson 2 Creating a Database
Data Types and Field Properties
Data Types and Field Properties
Data Types and Field Properties
Grauer and Barber Series Microsoft Access Chapter Two
Data Types and Field Properties
Chapter 2 Design Table and Form.
Lecture 2 Lecturer: awdang aziz MS access
Chapter 2 Design Table and Form.
Data Types and Field Properties
Data Types and Field Properties
Presentation transcript:

 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?

EXAMPLES OF DATABASES

 ACCESS is a relational database management system.  Relational databases allow you to organize your data into tables  Each table focuses on a specific topic; the various tables can then be linked to each other for inquiry and reporting purposes. What is Access?

Database Objects

Microsoft Access uses four objects to create a Database:  Tables  Queries  Forms  Reports Database Objects

 A table is the basic element of a Database and contains the data entered by users.  Each row (or record) contains information about a particular item (e.g., an employee).  The record is made up of several fields; each field contains one piece of information relating to the item (e.g., employee's name, address, phone, etc.). Table

NameAddressTelephone No. Martha12 Main St. Walsenburg, CO John34 3 rd St. Walsenburg, CO

 A query extracts selected data from a table (or another query) and presents it in spreadsheet format. Query

 A form is a graphical template based on a table (or query).  It is used to enter new data into the database or display existing data. Form

 A report extracts selected data from a table (or query) and formats it for printing. Report

A table is a database object used to store, organize and view data. All other objects are based on the data stored in tables. Tables are comprised of:  Fields - represented by columns  Records - stored as rows. What is a Table?

Data Types

 Any character (alpha, special characters, numbers)  Up to 255 in length  Numbers cannot be used for calculations Text

 Any character (alpha, special characters, numbers)  Up to 65,000 in length  Numbers cannot be used for calculations  Field cannot be sorted or indexed Memo

 Numeric data to be used for mathematical calculations  Not to be used for currency fields  Field Size property further defines its function and size Number

 Must be a valid date/time entry at entry time  Format property determines display format Date/ time

 Accepts monetary values with a dollar sign and decimal point.  It can be used for computations Currency

 Creates a field that lets you look up a value from another table or from a list of values. Lookup

 Stores graphics, sound and other types of files attachments. Attachment

 Stores a value that contains a hyperlink.  Clicking the value activates the link and opens a webpage or addresses a message to an address. Hyperlinks

 Stores Yes/No, True/False or On/Off Values Yes/No

 Adds a unique numeric field value to each record in a table. Auto Number

 Opens the Expression builder dialog box which lets you specify fields and operators to use in calculations. Calculated

Field Properties

 Sets a maximum size for data  Varies according to Data Type: Field Size

 Controls the way data is entered; frequently used for telephone numbers, postal codes, SSN #’s, date/time fields.  ACCESS offers a Wizard for text and date/time data types. Input Mask

 You specify text for the label attached to a field;  Will be used as the column heading when displaying tables, queries and reports.  The default value is Field Name. Caption

 Specifies a value that will be automatically entered when you create a new record. Default Value

Input Mask Characters CharacterDescription 0Digit (0 to 9, entry required, plus [+] and minus [–] signs not allowed). 9Digit or space (entry not required, plus and minus signs not allowed). #Digit or space (entry not required; spaces are displayed as blanks while in Edit mode, but blanks are removed when data is saved; plus and minus signs allowed). LLetter (A to Z, entry required). ?Letter (A to Z, entry optional). ALetter or digit (entry required). aLetter or digit (entry optional). &Any character or a space (entry required). CAny character or a space (entry optional).

Primary Key  The primary key of a relational table uniquely identifies each record in the table.  It can either be a normal attribute that is guaranteed to be unique (such as Social Security Number in a table with no more than one record per person.