Your Interactive Guide to the Digital World Discovering Computers 2012.

Slides:



Advertisements
Similar presentations
Database Management Systems and Enterprise Software
Advertisements

Database Management.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Living in a Digital World Discovering Computers 2010.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Database Management.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
Chapter 9 Database Management
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
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.
What Are File Maintenance Techniques and Validation Techniques?
An INTRODUCTION to MICROSOFT ACESS 2000 By Dr. Ennis-Cole.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Discovering Computers 2009 Chapter 10 Database Management.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
The University of Akron Dept of Business Technology Computer Information Systems DBMS Functions 2440: 180 Database Concepts Instructor: Enoch E. Damson.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Chapter 13 Databases and Information Management
Describe uses of web databases, types of databases, and Big Data
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Database Management.
Chapter 9 Database Management
1 CSC 101 Introduction to Computing Lecture 26 Dr. Iftikhar Azim Niaz 1.
Relational Databases (MS Access)
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Chapter 9 Database Management. Chapter 9 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Discuss.
Chapter 13 Databases and Information Management. Explain why data and information are important to an organization Identify file maintenance techniques.
Discovering Computers 2008 Chapter 10 Database Management.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
MC-Quiz: Chapter 10 - Database Management Discovering Computers 2010.
Chapter 4c, Database H Definition H Structure H Parts H Types.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 8 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 8 Creating.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
What have we learned?. What is a database? An organized collection of related data.
Maintaining a Database Access Project 3. 2 What is Database Maintenance ?  Maintaining a database means modifying the data to keep it up-to-date. This.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 16 Using Relational Databases.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
Chapter 11 Information and Data Management Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. DATABASE.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Chapter Ten Managing a Database.
Database Management Systems
Chapter 13 Databases and Information Management
Describe uses of web databases, types of databases, and Big Data
The ultimate in data organization
Database & Information Systems
Presentation transcript:

Your Interactive Guide to the Digital World Discovering Computers 2012

Databases, Data, and Information Database Collection of data organized in a manner that allows access, retrieval, and use of that data Data Collection of unprocessed items Text Numbers Images Audio Video Information Processed data Documents Audio Images Video Discovering Computers 2012: Chapter 10 2 Page 514

Databases, Data, and Information Database software, often called a database management system (DBMS), allows users to: Discovering Computers 2012: Chapter 10 3 Page 515 Create a computerized database Add, modify, and delete data Sort and retrieve data Create forms and reports from the data

Databases, Data, and Information Data integrity identifies the quality of the data Valuable information should have the following characteristics: Discovering Computers 2012: Chapter 10 4 Pages AccurateVerifiableTimelyOrganizedAccessibleUseful Cost- effective

The Hierarchy of Data Data is organized in layers – Files, records, fields, characters Discovering Computers 2012: Chapter 10 5 Page 517

Discovering Computers 2012: Chapter 10 6 Figure 10-2

The Hierarchy of Data A character is one byte – Numbers, letters, space, punctuation marks, or other symbols A field is a combination of one or more related characters – Field name – Field size – Data type Discovering Computers 2012: Chapter 10 7 Page 518 Figure 10-3

The Hierarchy of Data Common data types include: Discovering Computers 2012: Chapter 10 8 Page 518 TextNumericAutoNumberCurrencyDateYes/NoHyperlinkObject

The Hierarchy of Data Discovering Computers 2012: Chapter 10 9 Page 519 Figure 10-4 A record is a group of related fields – A primary key uniquely identifies each record A data file is a collection of related records

Maintaining Data File maintenance refers to the procedures that keep data current Discovering Computers 2012: Chapter Page 520 Adding records Modifying records Deleting records

Maintaining Data Validation compares data with a set of rules or values to find out if the data is correct. Validations includes Discovering Computers 2012: Chapter Pages Alphabetic/Numeric check Range check Completeness check

Database Management Systems A DBMS provides several tools that allow users and programs to retrieve and maintain data in the database Discovering Computers 2012: Chapter Page 528 Query languageQuery by exampleFormReport generator

Database Management Systems A query language consists of simple, English-like statements that allow users to specify the data to display, print, or store Query by example (QBE) provides a GUI to assist users with retrieving data Discovering Computers 2012: Chapter Page 528

Database Management Systems A form is a window on the screen that provides areas for entering or modifying data in a database Discovering Computers 2012: Chapter Page 530 Figure 10-15

Database Management Systems A report generator allows users to design a report on the screen, retrieve data into the report design, and then display or print the report Discovering Computers 2012: Chapter Page 531 Figure 10-16

Database Management Systems A DBMS provides means to ensure that only authorized users access data at permitted times Access privileges Principle of least privilege Discovering Computers 2012: Chapter Page 531

Database Management Systems A DMBS provides a variety of techniques to restore the database to a usable form in case it is damaged or destroyed Discovering Computers 2012: Chapter Pages BackupLog Recovery utility Continuous backup