Database Objective Demonstrate basic database concepts and functions.

Slides:



Advertisements
Similar presentations
Microsoft Access.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Computer Concepts BASICS 4th Edition
Benchmark Series Microsoft Access 2010 Level 1
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Access Tutorial 3 Maintaining and Querying a Database
Database Software Application
What do you know? In your own words briefly describe what you know about databases? – Where are they used? – What are they used for? – How do they look?
Database Fundamentals
Objective 5.01: Understand database tables used in business Database Fundamentals.
Chapter 3 Maintaining a Database
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Microsoft Access Intro Class 1 Database Concepts.
Access Lesson 2 Creating a Database
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
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.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Microsoft Access Get a green book. Page AC 2 Define Access Define database.
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
® Microsoft Access 2010 Tutorial 1 Creating a Database.
Lesson 17 Getting Started with Access Essentials
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Microsoft Access You will need a pen/pencil.. What is Microsoft Access? Access is a database management system.  Create a database, add/change delete.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Key Applications Module Lesson 21 — Access Essentials
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
Chapter 17 Creating a Database.
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.
Microsoft Access 2000 Presentation 1 The Basics of Access.
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.
® Microsoft Office 2013 Access Creating a Database.
COMPREHENSIVE Access Tutorial 3 Maintaining and Querying a Database.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
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.
Planning & Creating a Database By Ms. Naira Microsoft Access.
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.
Lesson 4.  After a table has been created, you may need to modify it. You can make many changes to a table—or other database object—using its property.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Database Fundamentals Objective 5.01: Understand database tables used in business.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
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.
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.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
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:
FOREST INVENTORY SAFEWAY STARBUCKS YOUR SCHOOL RED BOX VIDEOS AMAZON
Microsoft Office Access 2010 Lab 1
Database Fundamentals
GO! with Microsoft Office 2016
Microsoft Access 2007 – Level 1
Access Tutorial 3 Maintaining and Querying a Database
GO! with Microsoft Access 2016
Database Fundamentals
Database Fundamentals
More about Databases.
Database Fundamentals
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Unit J: Creating a Database
Databases WOW!! A database is a collection of related data.
Database Fundamentals
Presentation transcript:

Database Objective Demonstrate basic database concepts and functions.

What is a Database? A database is a collection of data organized so its contents can easily be accessed, managed, and updated. It is an efficient means of storing and retrieving data and printing reports from the stored data. For example, a database is like a file cabinet that holds multiple records.

Examples of Databases  Telephone book  Library card catalog  Student data (NCWISE)  CD/DVD collection  Personal address book  Customer contact list  Houses for sale  Hospital/patient data  Business stock inventory  Internet search engines database

Advantages of a Database  Faster and more efficient than a traditional method of maintaining records, such as a manual filing system  Easy to make changes, delete information, and insert information  Print various reports from the same database  Search data electronically  Show relationships between different tables in a database

Elements of a Database in Descending Order  File – All records, fields, and entries in a database; a collection of information treated as an individual unit.  Record – A group of related fields of information. Everything on ONE ROW is a record.  Field – One item or bit of information in a record; represented by a column.  Entry – Data and formulas that are typed into a field.

1. File 2. Records 3. Fields 4. Entry 4. Each cell holds an ENTRY. 2. Rows represent RECORDS. 3. Columns represent FIELDS. Elements in Descending Order 1. The filename represents a FILE.

Steps for Designing a Database 1.PLAN and DESIGN the database. 2.Determine the FIELDS. 3.Determine the SIZE of the fields. 4.Determine the TYPE of fields.

Step 1  Plan and Design the Database  Determine the purpose of the database file.  Include all fields necessary to ensure efficient sorting and retrieving of specified data.  Project how the fields may be used for reporting purposes.  Decide which fields would possibly be used in a variety of reports.

Step 2: Create the Database Starting Point OPEN a blank database file. What is a blank database? A database file that does not yet contain any objects (i.e., tables, queries, reports, forms).

Step 2 : Create the Database.. Determine the database FILENAME and drive location to save before beginning the document. The default name is “db1” for the first database saved in Access.

Step 2  Create the Database …  Database programs assign specific file extensions to saved files. Access uses.mdb.  **Ask the instructor WHERE files should be saved.

Step 3  Create a Table Using Design View One method available for creating a new database table in this application.

Step 4  Input and Define Fields Numbers NOT used in calculations or that contain symbols should be classified as TEXT, not as numbers. Keyboard Commands Arrow keys Cursor movement keys Enter key Tab key Shift tab Page up/down.

Step 5  Save the Table and Create a Primary Key Save the TABLE with an appropriate filename. Multiple tables can be saved in ONE database file.

Step 5  Save the Table and Create a Primary Key … Set a PRIMARY KEY if multiple tables in a database will be “related” to each other.

Step 6  Define the Primary Key Definition of a Primary Key: The field that uniquely identifies each record in a table. These fields cannot be duplicated. Examples: Social security number Student ID fingerprints Vehicle identification numbers (VINs) Product numbers

Step 7  Input Records What is Design View? A view for adding, editing, and deleting fields from the table, changing field types and descriptions, setting a primary key, and formatting entries.

Step 7  Input Records… What is Datasheet View? The table view which shows the field names for multiple records; the view is set up in rows (records) and columns (fields). Records can easily be keyed into the datasheet view.

Closing the Database  Close the database file by using the menu command of FILE/Close or by clicking the close button.  A prompt may appear asking if changes should be saved.  Remember, database filenames were created when a new database file was opened.

Alternative Input Devices  Creating a database, inputting data, or saving a database can also be performed by using these alternate methods:  Speech recognition input and commands  Pocket PCs  Tablet PCs with handwriting recognition.