Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Management Information Systems, Sixth Edition
Accounting System Design
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Chapter 3 Database Management
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
1 9 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 9 Database Management Approaches.
Living in a Digital World Discovering Computers 2010.
Mgt 20600: IT Management & Applications Databases
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
Managing data Resources:
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.
Chapter 14 The Second Component: The Database.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
The University of Akron Dept of Business Technology Computer Information Systems Database Management Approaches 2440: 180 Database Concepts Instructor:
Databases Chapter 11.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
IST Databases and DBMSs Todd S. Bacastow January 2005.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
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.
7/17: 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.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
1 California State University, Fullerton Chapter 7 Information System Data Management.
Simple Database.
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
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.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
Data Resource Management
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Database Systems Basic Data Management Concepts
Data resource management
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Advanced Accounting Information Systems Day 10 answers Organizing and Manipulating Data September 16, 2009.
Copyright 2004 John Wiley & Sons, Inc Information Technology: Strategic Decision Making For Managers Henry C. Lucas Jr. John Wiley & Sons, Inc Dinesh.
Department of Industrial Engineering Sharif University of Technology Session# 9.
Foundations of Business Intelligence: Databases and Information Management.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
DATABASES. -2 Competencies Distinguish between the physical and logical view of data Describe how data is organized Describe databases Describe the five.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
CIS 250 Advanced Computer Applications Database Management Systems.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
3-1 Chapter 3 Data and Knowledge Management
Managing Data Resources File Organization and databases for business information systems.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Chapter Ten Managing a Database.
Database & Information Systems
Presentation transcript:

Lead Black Slide Powered by DeSiaMore1

2 Chapter 7 Information System Data Management

Powered by DeSiaMore3 Our Agenda File Processing Database Processing Database Organization Common Database Software Using Database Software Database Use in Information Systems

Powered by DeSiaMore4 Our Agenda (cont’d.) Data Warehouses Multidimensional Databases Database Administration

Powered by DeSiaMore5 Learning Objectives List advantages and disadvantages of file processing. Explain what a database is and what a database management system does. List advantages and disadvantages of database processing. Identify the main types of relationships in database processing.

Powered by DeSiaMore6 Learning Objectives (cont’d.) Explain the organization of relational databases. Describe the differences between database software for personal computers, multiple-user computers and networked computers. Describe several ways of using database software.

Powered by DeSiaMore7 Learning Objectives (cont’d.) Describe the use of databases in different types of information systems. Explain what a data warehouse is and what is meant by data mining. Describe multidimensional databases and explain on-line analytical processing.

Powered by DeSiaMore8 File Processing Information System Data Management

Powered by DeSiaMore9 File Processing Files consist of related records. Records consist of related fields. Fields consist of related characters. Files must contain a key field – a field where each record’s occurrence is unique.

Powered by DeSiaMore10 File Organization A file can be organized in secondary storage as a: Sequential file – records are organized one after the other and each record must be scanned to until the desired record is located. Direct or Random file – records are not necessarily stored in sequence and can be accessed directly.

Powered by DeSiaMore11 File Organization (cont’d.) A file can be organized in secondary storage as a: Indexed file – records are stored in one file and the organization of those records is stored in a second file. To use an indexed file both files, the data file and the index file, must be used together.

Powered by DeSiaMore12 File Management Managing data files requires that the data be kept up to date. To do so requires: Modifying, or updating, records involves Adding records Deleting records Changing records Data Validation – ensuring the data is accurate and secure.

Powered by DeSiaMore13 Advantages and Disadvantages of File Processing Advantages Simple to use. Disadvantages Processing data in more than one related file. Difficult to access data from more than one file at a time. Dependency between programs and data.

Powered by DeSiaMore14 Database Processing Information System Data Management

Powered by DeSiaMore15 Database Processing To overcome some of the disadvantages of file processing, database processing is used instead. The database software is called a DataBase Management System (DBMS). A database is a collection of data and relationships between data stored in secondary storage.

Powered by DeSiaMore16 Advantages and Disadvantages of Database Processing Advantages Duplication of data is reduced. Easier to process different groups of data. Not dependent on the organization of data in the database. Disadvantages Expensive. More vulnerable than file processing. Can be complex to develop.

Powered by DeSiaMore17 Database Organization Information System Data Management

Powered by DeSiaMore18 Data Relationships One-to-one relationship One group of data is related on only one other group of data. One-to-many relationship One group of data is related to one or more other groups of data. Many-to-many relationship One or more groups of data is related to one or more other groups of data.

Powered by DeSiaMore19 Types of Databases Hierarchical database Network database Relational database Object-oriented database Object-relational database

Powered by DeSiaMore20 Common Database Software Information System Data Management

Powered by DeSiaMore21 Common Database Software Personal Computer dBASE Access FoxPro Approach Fourth Dimension Oracle Networked Systems Oracle Sybase SQL Server Informix GemStone ObjectStore Versant ODBMS

Powered by DeSiaMore22 Using Database Software Information System Data Management

Powered by DeSiaMore23 Using Database Software Query languages – allows a user to query a database. SQL is a widely used query language. Query-By-Example (QBE) – is a graphical approach to query languages. A host language is a programming language for writing application programs containing commands from a query language.

Powered by DeSiaMore24 Database Use in Information Systems Information System Data Management

Powered by DeSiaMore25 Types of Databases Personal databases are generally used by only one person. Shared databases are used by many users at one time. To prevent users from processing data they do not need, the database is divided into views.

Powered by DeSiaMore26 Data Warehouses Information System Data Management

Powered by DeSiaMore27 Data Warehouses A data warehouse is a collection of data drawn from other databases used by the business. A data mart represents the specific data from a data warehouse which a user needs. Data mining is the technique of searching for patterns in the data.

Powered by DeSiaMore28 Multidimensional Databases Information System Data Management

Powered by DeSiaMore29 Multidimensional Databases A multidimensional database presents the data to the user in several dimensions. A three dimensional database might present the information by Sales Region Season Product Line

Powered by DeSiaMore30 On-Line Analytical Processing On-Line Analytical Processing (OLAP) permits users to “slice and dice” large amounts of data in databases, data warehouses, and multidimensional databases using a variety of techniques, including statistical techniques.

Powered by DeSiaMore31 Database Administration Information System Data Management

Powered by DeSiaMore32 Database Administration An organization with large databases often has a Database Administrator (DBA) who is responsible for managing the organization’s database. The DBA designs the databases based on the needs of the users.

Powered by DeSiaMore33 Information Systems Data Management Key Terms

Powered by DeSiaMore34 Key Terms Application Generator Database Database Administrator (DBA) Database Management System (DBMS) Data Mart Data Mining Data Warehouse Data Validation Direct (Random) File Distributed Database Hierarchical Database Host Language Indexed File Key Field Many-to-Many Relationship

Powered by DeSiaMore35 Key Terms (cont’d.) Multidimensional Database Network Database Object-Oriented Database Object-Relational Database One-to-Many Relationship One-to-One Relationship On-line Analytical Processing (OLAP) Personal Database Primary Key Query-by-Example (QBE) Query Language

Powered by DeSiaMore36 Key Terms (cont’d.) Relational Database Relationship Sequential File Shared Database SQL View

Powered by DeSiaMore37 Summary File Processing Database Processing Database Organization Common Database Software Using Database Software Database Use in Information Systems

Powered by DeSiaMore38 Summary (cont’d.) Data Warehouses Multidimensional Databases Database Administration

Final Black Slide Powered by DeSiaMore39