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

Slides:



Advertisements
Similar presentations
Database Fundamentals
Advertisements

MICROSOFT OFFICE ACCESS 2007.
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?
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 Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Database Types of database programs Charles w. Bachman Well- Designed Databases Database Management Systems Types of database programs Daabase Techniques.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
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.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Chapter 6.
Understand Computer Fundamentals Unit Objective: 2.01B Computer Software.
Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.
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)
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.
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
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.
DATABASE What exactly is a database How do databases work? What's the difference between a spreadsheet database and a "real" database?
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.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Microsoft ® Office Access 2003 Training Get to know Access CGI presents:
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Ch6. Introduction to Database. What is a Database? Database is a collection of related information. It is organized so that it can easily be accessed,
WHAT IS A DATABASE? A database is an organized collection of related information.
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
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.
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.
Database Fundamentals Objective 5.01: Understand database tables used in business.
JORGE DIAZ PORRAS,FRANCISCO GARZA,NESTOR DOMINGUEZ.
Alighieri: Introduction to MS Access 1 What is a Database? RELATIONAL DATABASE A database is an organized collection of information. A database is designed.
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 (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Databases. What is a Database? A database is an organized collection of related information. An electronic database is an efficient means of storing and.
Database Fundamentals
GO! with Microsoft Office 2016
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
GO! with Microsoft Access 2016
Database Management  .
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.
Big Data The huge amount of data being collected and stored about individuals, items, and activities and to the process of drawing useful information from.
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
Databases & Consistency
Database Fundamentals
Database Fundamentals
BUSINESS COMPUTER TECHNOLOGY
BUSINESS COMPUTER TECHNOLOGY
BUSINESS COMPUTER TECHNOLOGY
Microsoft Access Date.
Cycle 3: Unit 27 Lessons 104 – 111.
Database Fundamentals
Database management systems
Presentation transcript:

Objective 5.01: Understand database tables used in business Database Fundamentals

5.01 Understand database tables used in businessSlide 2 ►A►A►A►A database is a tool for organizing, storing, retrieving, and communicating groups of information that have similar characteristics What is a database?

5.01 Understand database tables used in businessSlide 3 Examples of Databases ► Telephone book ► Computerized Library card catalog ► Student data (NCWISE) ► iTunes ► Personal address book ► CD-Rom Encyclopedias ► Fingerprint database ► Encyclopedias ► Dictionaries ► Customer contact list ► Houses for sale  MLS listings online ► Hospital/patient data ► Business stock inventory  Barcode scanner keeps inventory in database. ► Internet search engines database

5.01 Understand database tables used in businessSlide 4 Why do businesses use databases? ► A database is a tool used by physical and online businesses to manage the huge amount of data required to run the business. ► For example, a business may use several databases to keep track of employee information, customers, products, and prices of products. All of the information can be easily and efficiently managed and shared by database software.

5.01 Understand database tables used in businessSlide 5 What makes a database? Databases consist of four main objects: 1. Tables 1. Tables store data in rows and columns 2. Queries 2. Queries retrieve and process data 3. Forms 3. Forms control data entry and data views Customized manner of inputting data into a database or presenting data on a screen 4. Reports 4. Reports summarize and print data *In this objective, our focus is on tables

5.01 Understand database tables used in businessSlide 6 Tables: the Building Blocks of all Databases Tables organize data Each database consists of one or more tables ► 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 employee records or customer orders. Data should not be duplicated in multiple tables. ► Tables contain Rows called Records and Columns called Fields.

5.01 Understand database tables used in businessSlide 7 Components of a Database Table ► Entry – Data typed into a field. Made up of characters. Example: John Doe is an entry in the name field. Also known as data. ► Field – One item or bit of information in a record; represented by a COLUMN. Comprised of entries ► Record – A group of related fields of information. Everything on one row is a record

5.01 Understand database tables used in businessSlide 8 Database Tables: The Big Picture 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. 4. Cells - ENTRIES 2. Rows – RECORDS 3. Columns - FIELDS 1.Records 3.Entry 2.Fields

5.01 Understand database tables used in businessSlide 9