Chapter 9 Database Management. Chapter 9 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Discuss.

Slides:



Advertisements
Similar presentations
Database Management.
Advertisements

Chapter 10 Database Management
Management Information Systems, Sixth Edition
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.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
Living in a Digital World Discovering Computers 2010.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Introduction to Database Management
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Database Management.
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.
Discovering Computers 2009 Chapter 10 Database Management.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Your Interactive Guide to the Digital World Discovering Computers 2012.
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.
© 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
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS (Cont’d) Instructor Ms. Arwa Binsaleh.
1 CSC 101 Introduction to Computing Lecture 27 Dr. Iftikhar Azim Niaz 1.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Database Management.
Analyzing Data For Effective Decision Making Chapter 3.
Chapter 9 Database Management
1 CSC 101 Introduction to Computing Lecture 26 Dr. Iftikhar Azim Niaz 1.
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.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
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.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
MC-Quiz: Chapter 10 - Database Management Discovering Computers 2010.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 16 Using Relational Databases.
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.
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.
Introduction to Database Changes and new experience make life delightful. Unanimous.
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.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Database Management System
Chapter Ten Managing a Database.
Database Management Systems
Chapter 13 Databases and Information Management
Chapter 9 Database and Information Management.
The ultimate in data organization
Presentation transcript:

Chapter 9 Database Management

Chapter 9 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Discuss the terms character, field, record, and file Identify file maintenance techniques Differentiate between a file processing system approach and the database approach Describe characteristics of relational, object-oriented, and multidimensional databases Explain how to interact with Web databases Discuss the responsibilities of database analysts and administrators Next Define the term, database

Add, change, and delete data Create database Sort and retrieve data Create forms and reports Databases, Data and Information What is a database? p. 332 Next Database software allows you to Collection of data organized so you can access, retrieve, and use it Database software also called database management system (DBMS)

Data and Information How are data and information related? p. 332 Fig. 9-1 Next  Data is raw facts  Information is data that is organized and meaningful  Computers process data into information

Data and Information What is data integrity? p. 333 Next  Defines the quality of the data  Garbage in, garbage out (GIGO)—computer phrase that means you cannot create correct information from incorrect data Garbage out Garbage in Data integrity is lost

Useful Accessible Organized Data and Information What are the qualities of valuable information? p. 334 Next Timely Verifiable Accurate Cost-effective

The Hierarchy of Data What is a hierarchy? p Fig. 9-2 Next  Database contains files, file contains records, record contains fields, field contains characters

The Hierarchy of Data What is a field? p. 335 Fig. 9-3 Next  Combination of one or more characters  Smallest unit of data user accesses  Field name uniquely identifies each field  Field size defines the maximum number of characters a field can contain  Data type specifies kind of data field contains

Yes/No only the values Yes or No (or True or False) Hyperlink Web address that links to document or Web page Object photograph, audio, video, or document created in other application such as word processing or spreadsheet The Hierarchy of Data What are common data types? p. 335 Next Currency dollar and cent amounts or numbers containing decimal values Date month, day, year, and sometimes time Memo lengthy text entries Text (also called alphanumeric)—letters, numbers, or special characters Numeric numbers onlyAutoNumber unique number automatically assigned to each new record

The Hierarchy of Data What is a record? p. 336 Next Group of related fields Key field, or primary key, uniquely identifies each record

The Hierarchy of Data What is a data file? p. 336 Next  Collection of related records stored on disk key field recordsfields 22 Fifth Avenue P.O. Box Duluth Street Clark Street 1029 Wolf Avenue Address Auburn Clanton Prattville Montgomery City ALRuizAdelbert3928 ALElena4872 ALDrakeLouella3876 ALMurrayShannon2928 ALBrewerMilton2295 StateLast NameFirst NameMember ID Gupta

Maintaining Data What is file maintenance? p. 336 Next Changing recordsAdding records Deleting records  Procedures that keep data current

Maintaining Data Why do you add records? p Fig. 9-5 Next  Add new record when you obtain new data

Maintaining Data Why do you change records? p. 338 Fig. 9-6 Next  Correct inaccurate data  Update old data

Maintaining Data Why do you delete records? p Fig. 9-7 Next  When record no longer is needed  Some programs remove record immediately, others flag record

Maintaining Data What is validation? p. 339 Fig. 9-8 Next  Process of comparing data with a set of rules to find out if data is correct  Reduce data entry errors and enhance data integrity before program writes data on disk

Consistency Check tests for logical relationship between two or more fields Maintaining Data p Next What are the types of validity checks? Range Check determines whether number is within specified range Completeness Check verifies that a required field contains data Check Digit number(s) or character(s) appended to or inserted into a primary key value to confirm accuracy of primary key value Alphabetic/ Numeric Check ensures correct type of data entered Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click Check Digits below Chapter 9

Isolated data—data stored in separate files so it is difficult to access File Processing Versus Databases What is a file processing system? p. 341 Next Data redundancy— same fields stored in multiple files Each department or area within organization has own set of files May have weaknesses Records in one file may not relate to records in any other file

File Processing Versus Databases What is the database approach? p. 341 Fig. 9-9 Next  Many programs and users can share data in database  Secures data so only authorized users can access certain data

File Processing Versus Databases What are the strengths of the database approach? p. 332 Next Reduced data redundancy Improved data integrity Shared data Shared data Easier access Reduced development time

Database Management Systems What are popular database management systems (DBMSs)? p. 343 Next Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click Database Management System below Chapter 9

Database Management Systems What is a data dictionary? p. 343 Fig Next  Contains data about each file in database and each field within those files

Database Management Systems What is a query? p. 344 Fig Next  Request for specific data from a database  Query language consists of simple, English-like statements that allow users to specify data to display, print, or store

Database Management Systems What is a query by example (QBE)? p. 345 Fig Next  Program retrieves records that match criteria entered in form fields Query by example screen criteria Query results  Has a graphical user interface that assists users with retrieving data

Database Management Systems What is a form? p. 345 Next  Window on screen that provides areas for entering or changing data in database  Used to retrieve and maintain data in a database  Well-designed forms should validate data as it is entered

Database Management Systems What is a report generator? p. 346 Fig Next  Allows user to design a report on screen, retrieve data into report design, then display or print reports  Also called report writer

Database Management Systems What are backup and log? p. 346 Next  Backup is a copy of the entire database  Log is a listing of activities that change database contents  A recovery utility uses the logs and/or backups to restore a database when it becomes damaged or destroyed Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click Continuous Backup below Chapter 9

Database Management Systems What is data security? p. 346 Next user can view data, but cannot change it DBMS provides means to ensure only authorized users can access data at permitted times Access privileges define activities that specific user or group of users can perform user can view and change data

Relational, Object-Oriented, and Multidimensional Databases What is a data model? p. 347 Next  Rules and standards that define how database organizes data  Defines how users view organization of data  Three popular data models  Relational  Object-oriented  Multidimensional

Relational, Object-Oriented, and Multidimensional Databases What is a relational database? p. 347 Fig Next  Stores data in tables that consist of rows and columns  Each row has primary key  Each column has unique name  Stores data relationships  Uses specialized terminology Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click Relational Databases below Chapter 9

Relational, Object-Oriented, and Multidimensional Databases What is a relationship? p. 348 Fig Next  Connection within data

Relational, Object-Oriented, and Multidimensional Databases What is Structured Query Language (SQL)? p Fig Next  Allows you to manage, update, and retrieve data  Has special keywords and rules included in SQL statements SQL statement SQL statement results Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click SQL below Chapter 9

Relational, Object-Oriented, and Multidimensional Databases What is an object-oriented database (OODB)? p. 349 Next Advantages Often uses object query language (OQL) Stores data in objects Object is item that contains data, as well as actions that read or process data  Can store more types of data  Can access data faster Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click Object-Oriented Databases below Chapter 9

What is a multidimensional database? Relational, Object-Oriented, and Multidimensional Databases p. 349 Next Stores data in dimensions Allow users to analyze any view of data Can consolidate data much faster than relational database

Relational, Object-Oriented, and Multidimensional Databases What is a data warehouse? p. 349 Next Data mart is smaller version of data warehouse Uses multidimensional databases Huge database system that stores and manages data required to analyze historical and current transactions Quick and efficient way to access large amounts of data

Web Databases What is a Web database? p. 350 Fig Next  Database you access through the Web by filling in a form on a Web page  Usually resides on a database server, a computer that stores and provides access to a database Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click Web Databases below Chapter 9

3. Design the records and fields for each table 2. Design the tables 1. Determine the purpose of the database 4. Determine the relationships among the tables  Design tables on paper first  Each table should contain data about one subject Database Administration What are guidelines for developing a database? p. 351 Fig Next  Be sure every record has a unique primary key  Use separate fields for logically distinct items  Do not create fields for information that can be derived from entries in other fields  Allow enough space for each field  Set default values for frequently entered data

Database Administration What is the role of the database analyst and administrator? p. 351 Next Database analyst (DA) Database administrator (DBA)  Decides proper placement of fields, defines relationships, and identifies users’ access privileges  Creates and maintains data dictionary, manages database security, monitors database performance, and checks backup and recovery procedures Click to view Web Link, click Chapter 9, Click Web Link from left navigation, then click Database Administrators below Chapter 9

Summary of Database Management Chapter 9 Complete How data and information are valuable assets to an organization Methods for maintaining high-quality data Assessing the quality of valuable information Advantages of organizing data in a database Various types of databases Role of the database analysts and administrators