BY: Ivan Lopez and Diego Hinojosa.  Chapter 8 Overview Lesson 8–1 The Essentials of a Database Lesson 8–2 Types of Database Programs Lesson 8–3 Database.

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Database Management Systems and Enterprise Software
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Computer Concepts BASICS 4th Edition
By Osvaldo, Hector, and Frank Database Basics  What Is a Database?  What do the following things have in common: an address book, a telephone directory,
Chapter 8 Overview Lesson 8–1 The Essentials of a Database Lesson 8–2 Types of Database Programs Lesson 8–3 Database Techniques Chapter Review and Assessment.
Alejandro Aguilar, Randy Aguilar Jr, Carlos Muraira.
By: HER AND ME. What do the following things have in common: an address book, a telephone directory, a list of family birthdays, and a catalog of DVDs?
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Database Fundamentals
Objective 5.01: Understand database tables used in business Database Fundamentals.
Database Types of database programs Charles w. Bachman Well- Designed Databases Database Management Systems Types of database programs Daabase Techniques.
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Using a computer to store and analyse information We are going to Identify the advantages of using a computer to hold and analyse data. Use the tools available.
Chapter 15: Using LINQ to Access Data in C# Programs.
Database Basics   Describe the basic organization of a database.   Summarize advantage to using database software.   Define GIGO, and explain how.
Glencoe Digital Communication Tools Databases Chapter Contents 11 pg Lesson 11.1Lesson 11.1 Get Started with a Database (pg. 361) Lesson 11.2Lesson.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
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 Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Introduction to Database Tonga Institute of Higher Education NOS 215.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
WHAT IS A DATABASE? A database is an organized collection of related information.
1 Lesson 18 Managing and Reporting Database Information Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
 flat-file database-a database that can work with only one table at a time.
Database Objective Demonstrate basic database concepts and functions.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
JORGE DIAZ PORRAS,FRANCISCO GARZA,NESTOR DOMINGUEZ.
Database Relationships Objective 5.01 Understand database tables used in business.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
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.
MICROSOFT OFFICE ACCESS 2007 TRAINING Intro to building a database.
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 Essentials Lesson 1. Software Orientation.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Key Stage 3 ICT. Open the ICT levels spread sheet and find the Database tab Read each orange box and answer in the white box. S TARTER.
1 2 DATABASE organized collection of related information.
GO! with Microsoft Office 2016
Creating a Database Microsoft Access.
Lesson 23 Managing and Reporting Database Information
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
GO! with Microsoft Access 2016
Chapter Ten Managing a Database.
Database Fundamentals
Database Vocabulary Terms.
Database Fundamentals
INTRODUCING DATABASES
Lessons Vocabulary Access 2016.
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
Introduction to Databases
BUSINESS COMPUTER TECHNOLOGY
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
BUSINESS COMPUTER TECHNOLOGY
Cycle 3: Unit 27 Lessons 104 – 111.
Database Management Systems and Enterprise Software
Presentation transcript:

BY: Ivan Lopez and Diego Hinojosa

 Chapter 8 Overview Lesson 8–1 The Essentials of a Database Lesson 8–2 Types of Database Programs Lesson 8–3 Database Techniques Chapter Review and Assessment Chapter 8 Overview Lesson 8–1 The Essentials of a Database Lesson 8–2 Types of Database Programs Lesson 8–3 Database Techniques Chapter Review and Assessment

 What Is a Database?  What do the following things have in common: an address book, a telephone directory, a list of family birthdays, and a catalog of DVDs? For one thing, each can be stored in a database, or an organized collection of information. Databases can exist on paper or on a computer. Computerized databases can be huge, containing information on millions of items. A computerized database is an ideal tool for making use of huge amounts of existing data.

 Databases make it easy to store, add, organize, and retrieve information. Suppose a worker has to find the account number for a customer. Imagine how much time that worker saves if he or she can find the information simply by typing the customer’s name instead of searching through piles of paper!

 Database  an organized collection of information that may or may not be stored in a computer base de datos conjunto organizado de información que puede estar guardado o no en una computadora

 table  the underlying structure of a relational database characterized by rows and columns  tabla  estructura subyacente de una base de datos relacional caracterizada por filas y columna

 record  a part of a database that holds data about a particular individual or item  registro  parte de una base de datos que contiene datos acerca de un individuo o elemento específico

 field  part of a database that holds an individual piece of data  campo  parte de una base de datos que contiene un dato individual

 data type  settings applied to a database field, which allow the field to store only information of a specific type and/or format  tipo de datos  parámetros que se aplican a un campo de base de datos, que permiten al campo almacenar información de un solo tipo y/o formato específico

 garbage in, garbage out (GIGO)  a phrase that stresses the importance of inputting accurate data in a database  entra basura, sale basura  frase que destaca la importancia de introducir datos precisos en una base de datos

1.Which of the following is not a part of a database? D. worksheets 2.In a database, a _____ is a unit of information about one individual or item. C. Record 3.Which of the following is not an advantage of a computerized database? C. The ability to create worksheets 4.What does the term GIGO stand for? C. Garbage in, garbage out 5.Which type of database allows you to work with data in only one table? C. flat-file database

6.This kind of database can be used to store all kinds of item such as documents or video clips. C. Multimedia database 7._____ the same data in multiple tables requires the computer to store more information and increases the chance of errors. B. Avoiding 8. This means finding data by looking at all the records in a database. D. browsing 9.If you sort data in order of increasing value, such as A–Z or 1–9, what sort order are you using? A. Ascending 10.This is a user-created direction that tells the database to find specific records. C. query

11.A database is an organized collection of information. A. True 12.Databases typically store all their data in one large table. B. False 13.A field’s data type determines what kind of information can be stored there. A. True 14.A computerized database can store millions of telephone numbers. A. True 15.One disadvantage of computerized databases is that they limit your ability to arrange information. B. False

16.The same features that make databases efficient tools also enable them to keep data secure. B. False 17.Instead of storing the same data in multiple tables, it is more efficient to store the data in one table and link it to other tables. A. True 18.The people who create databases can avoid causing information overload by summarizing information so that it does not overwhelm the databases’ users. A. True 19.If you sort a database’s information chronologically, then you are sorting letters and symbols. B. False 20.A query lets you speed up the browsing process by finding information that matches specific criteria. A. True

 The end  THE END  I am telling u it’s the end!!!  FIN