Database Fundamentals

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

BASIC SKILLS AND TOOLS USING ACCESS
Relational Database and Data Modeling
Sorting Rows. 2 home back first prev next last What Will I Learn? In this lesson, you will learn to: –Construct a query to sort a results set in ascending.
Organisation Of Data (1) Database Theory
Vanderbilt Business Objects Users Group 1 Reporting Techniques & Formatting Beginning & Advanced.
Computer Concepts BASICS 4th Edition
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
An Introduction to Database Management Systems R. Nakatsu.
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Database Software Application
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
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?
MS ACCESS 101 ACCESS vs. EXCEL - Concepts ACCESS Components 1.
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
Database Fundamentals
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Introduction to Database Systems
Objective 5.01: Understand database tables used in business Database Fundamentals.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
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 DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
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.
Relational Databases (MS Access)
Microsoft Access Database Software.
Microsoft Access 2010 Crash Course Part 1 Academic Health Center Training (352)
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
Mr. Keller - MS Office 2 Access 2000 Chapter 1 Mr. Keller.
Microsoft ® Office Access 2003 Training Get to know Access CGI presents:
26 Mar 04 1 Application Software Practical 5/6 MS Access.
WHAT IS A DATABASE? A database is an organized collection of related information.
Spreadsheet vs Database When do we use them?. Spreadsheet review Why do we use a spreadsheet?
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
Database Objective Demonstrate basic database concepts and functions.
Forms 5.02 Understand database queries, forms, and reports.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Jeopardy DB parts sortingMore DBField prop. MISC. Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final Jeopardy.
Queries Objective 5.02 Understand queries, forms, and reports used in business.
Database Fundamentals Objective 5.01: Understand database tables used in business.
Database design Using Access 2007
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
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 (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Database Fundamentals
Introduction to Database Systems
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Database Fundamentals
Fundamentals of Database Design
Microsoft Access 2016 Lesson 1.
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Database Fundamentals
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
INTRODUCING DATABASES
Database Fundamentals
Database Fundamentals
The ultimate in data organization
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Microsoft Access Date.
Database Fundamentals
Presentation transcript:

Database Fundamentals Understand database tables used in business. 5.01 Database Fundamentals

What is a database? A database is a tool for organizing, storing, retrieving, and communicating groups of information that have similar characteristics Databases help you manage practically endless types of information: sales and inventory numbers, student records, or a home collection of DVDs, CDs, and videotapes, just to name a few. 5.01 Understand database tables used in business 5.01 Database Fundamentals

Examples of Business Databases Telephone book Student data Music Fingerprint database Dictionaries Customer data Real estate listings MLS listings online Hospital/patient data Inventory Barcode scanner keeps inventory in database 5.01 Understand database tables used in business 5.01 Database Fundamentals

What makes a database? Databases consist of four objects: Tables store data in rows and columns* Queries retrieve and process data Forms control data entry and data views Customized manner of inputting data into a database or presenting data on a screen Reports summarize and print data *In this objective, our focus is on tables Tables All databases contain one or more tables. Queries Queries can combine data from different tables, update your data, and perform calculations on your data. 5.01 Understand database tables used in business 5.01 Database Fundamentals

Tables: the Building Blocks of all Databases Tables store data, so they’re essential building blocks of any database. All databases contain at least one table A database should have a separate table for every major subject, such as for employee records or customer orders. Data should not be duplicated in multiple tables. Tables contain Rows called Records and Columns called Fields. Tables organize data Each database consists of one or more tables 5.01 Understand database tables used in business 5.01 Database Fundamentals

Components of a Database Table 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. Comprised of entries Entry – Data typed into a field. Made up of characters. Example: John Doe is an entry in the name field. Also known as data. 5.01 Understand database tables used in business 5.01 Database Fundamentals

Database Tables: The Big Picture Records Fields Entry 2. Columns - FIELDS 1. Rows – RECORDS Distribute B5.01-03 “Parts of a Database” Activity and B5.01-04 “Parts of a Database Activity Two” Activity for students to work on. 3. Cells - ENTRIES To calculate the number of entries in a database multiply the number of fields by the number of records. Ex. 5*26= 130 entries in this database. 5.01 Understand database tables used in business 5.01 Database Fundamentals

Discussion Name Birth date Social Security No. Street City State Zip Phone Each item on the left is classified as a/an: Table Record Field Entry 5.01 Understand database tables used in business 5.01 Database Fundamentals

Discussion Susan Almond 10/22/1985 245-88-9845 31 Bessemer St. Greensboro NC 25233 336-585-5646 Each item on the left is classified as a/an: Table Record Field Entry 5.01 Understand database tables used in business 5.01 Database Fundamentals

Discussion Susan Almond 10/22/1985 245-88-9845 31 Bessemer St. Greensboro NC 25233 336-585-5646 All of the information about Susan Almond is classified as a/an: Table Record Field Entry 5.01 Understand database tables used in business 5.01 Database Fundamentals

Discussion Information about multiple employees is classified as a/an: Table Record Field Entry 5.01 Understand database tables used in business 5.01 Database Fundamentals

Susan’s Record Name Bday SS Street City St Zip Phone Almond, Susan 10/22/1985 245-88-9845 31 Bessemer St Greensboro NC 25233 336-585-5646 One record is displayed from the Employee Table above. The table contains 8 fields. 5.01 Understand database tables used in business 5.01 Database Fundamentals

Test your knowledge Using the last page of the Database Fundamentals graphic organizer, classify each database component. 5.01 Understand database tables used in business 5.01 Database Fundamentals