Chapter 10 Database Management

Slides:



Advertisements
Similar presentations
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senns Information Technology, 3 rd Edition Chapter 7 Enterprise Databases.
Advertisements

Chapter 1: The Database Environment
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Relational Database and Data Modeling
Information Systems Today: Managing in the Digital World
Copyright © 2008 Pearson Prentice Hall. All rights reserved.1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2.1: Relational Databases.
© Paradigm Publishing, Inc Access 2010 Level 1 Unit 1Creating Tables and Queries Chapter 2Creating Relationships between Tables.
Microsoft Office Illustrated Fundamentals Unit K: Working with Data.
Microsoft Access.
Chapter Information Systems Database Management.
Database Management.
Computer Concepts BASICS 4th Edition
Management Information Systems, 10/e
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.
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
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
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
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.
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 9 Database Management. Chapter 9 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Discuss.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
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.
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.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
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 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.
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 10 Database Management

Chapter 10 Objectives Identify the qualities of valuable information Discuss the functions common to most DBMSs Explain why data is important to an organization Describe characteristics of relational, object-oriented, and multidimensional databases Discuss the terms character, field, record, and file Explain how Web databases work Identify file maintenance techniques Discuss the responsibilities of database analysts and administrators Differentiate between a file processing system approach and the database approach Next

Data and Information How are data and information related? Data is raw facts Information is data that is organized and meaningful Step 2. The computer extracts the member data from disk. Computers process data into information receipt processing Step 1. The member data, including a photograph, is entered and stored on the hard disk. data stored on disk Step 3. The receipt is created and printed. p. 10.02 Fig. 10-1 Next

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

Data and Information What is data integrity? Garbage in Degree to which data is correct Garbage in, garbage out (GIGO) Garbage out Data integrity is lost p. 10.03 Next

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

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

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

The Hierarchy of Data What are common data types? Text Numeric (also called alphanumeric)—letters, numbers, or special characters Numeric numbers only AutoNumber unique number automatically assigned to each new record Currency dollar and cent amounts or numbers containing decimal values Date month, day, year, and sometimes time Memo lengthy text entries Yes/No (also called Boolean)—only the values Yes or No (or True or False) Hyperlink Web address that links to document or Web page p. 10.06 Next

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

The Hierarchy of Data What is a data file? Collection of related records stored on disk key field records fields 22 Fifth Avenue P.O. Box 45 15 Duluth Street 33099 Clark Street 1029 Wolf Avenue Address Auburn Clanton Prattville Montgomery City AL Weinberg Jonah 3928 Marcus 4872 Valesquez Adrian 3376 Murray Shannon 2928 Vandenberg Donna 2295 State Last Name First Name Member ID Green p. 10.07 Next

Maintaining Data What is file maintenance? Procedures that keep data current Adding records Changing records Deleting records p. 10.08 Next

Maintaining Data What is validation? Process of comparing data with a set of rules to find out if data is correct SAMPLE VALID AND INVALID DATA 10-20-2004 10-13-2004 10-20-2004 10-27-2004 Date Joined Training Date Consistency Check Valesquez Last Name Completeness $95.25 $39.50 Monthly Fee Range Check 3rto9 36109 Postal Code Numeric Check Ad33n Adrian First Name Alphabetic Check Invalid Data Valid Data Field Being Checked Validity Check Reduce data entry errors and enhance data integrity before program writes data on disk p. 10.10 Fig. 10-8 Next

Maintaining Data What are the types of validity checks? 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 Completeness Check verifies that a required field contains data Range Check determines whether number is within specified range Consistency Check tests for logical relationship between two or more fields Click to view Web Link, then click Check Digits below Chapter 10 p. 10.11 Next

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

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

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

File Processing Versus Databases How do a database application and a file processing application differ in the way they store data? File Processing Example Database Example p. 10.13 Fig. 10-10 Next

Database Management Systems What is a data dictionary? Contains data about each file in database and each field within those files Click to view Web Link, then click Data Dictionary below Chapter 10 p. 10.14 Fig. 10-12 Next

Database Management Systems Step 1. Select the fields you want to display in the resulting query. What is a query? 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 Step 2. Assign a name to the query, so you can open it later. Step 3. View query on the screen. p. 10.16 Fig. 10-13 Next

Database Management Systems What is a form? Window on screen that provides areas for entering or changing data in database Used to retrieve and maintain data in a database Form that sends data across network or Internet is called e-form, short for electronic form p. 10.17 Fig. 10-15 Next

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

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

Relational, Object-Oriented, and Multidimensional Databases What is a data model? DATA MODELS FOR POPULAR DBMSs Rules and standards that define how database organizes data Three popular data models Relational Object-oriented Multidimensional p. 10.20 Fig. 10-18 Next

Relational, Object-Oriented, and Multidimensional Databases What is a relational database? 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, then click Relational Databases below Chapter 10 p. 10.20 Fig. 10-19 Next

Relational, Object-Oriented, and Multidimensional Databases What is a relationship? Connection within data Click to view animation p. 10.21 Fig. 10-20 Next

Relational, Object-Oriented, and Multidimensional Databases What is Structured Query Language (SQL)? 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, then click SQL below Chapter 10 p. 10.22 Fig. 10-21 Next

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

Relational, Object-Oriented, and Multidimensional Databases What is a multidimensional database? Stores data in dimensions Multiple dimensions, also called hypercube, allow users to analyze any view of data Can consolidate data much faster than relational database Click to view Web Link, then click Multidimensional Databases below Chapter 10 p. 10.23 Next

Relational, Object-Oriented, and Multidimensional Databases What is a data warehouse? 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 Often uses a process called data mining to find patterns and relationships among data Uses multidimensional databases Data mart is smaller version of data warehouse Click to view Web Link, then click Data Warehouses below Chapter 10 p. 10.24 Next

Web Databases What is a Web database? 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 video p. 10.24 Fig. 10-23 Next

Database Administration What are guidelines for developing a database? 1. Determine the purpose of the database 2. Design the tables 3. Design the fields for each table Design tables on paper first Each table should contain data about one subject Be sure every field 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 4. Determine the relationships among the tables p. 10.26 Next