Management Information Systems, Sixth Edition

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Lecture-7/ T. Nouf Almujally
Management Information Systems, Sixth Edition
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Management Information Systems, Sixth Edition
Managing Data Resources
Chapter 3 Database Management
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Mgt 20600: IT Management & Applications Databases
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
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
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.
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
Fundamentals of Information Systems, Fifth Edition
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Management Information Systems By Effy Oz & Andy Jones
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
1 Information Systems, Ninth Edition Chapter 5 Database Systems and Business Intelligence.
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.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
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.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Chapter 8 Data and Knowledge Management. 2 Learning Objectives When you finish this chapter, you will  Know the difference between traditional file organization.
Database Systems Basic Data Management Concepts
Data resource management
+ Information Systems and Databases 2.2 Organisation.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
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.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Managing Data Resources File Organization and databases for business information systems.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
James A. Senn’s Information Technology, 3rd Edition
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
MANAGING DATA RESOURCES
MANAGING DATA RESOURCES
DATABASE TECHNOLOGIES
Chapter 3 Database Management
Presentation transcript:

Management Information Systems, Sixth Edition Chapter 7: Databases and Data Warehouses

Objectives Explain the difference between traditional file organization and the database approach to managing digital data Explain how relational and object-oriented database management systems are used to construct databases, populate them with data, and manipulate the data to produce information Enumerate the most important features and operations of a relational database, the most popular database model Management Information Systems, Sixth Edition

Objectives (continued) Understand how data modeling and design creates a conceptual blueprint of a database Discuss how databases are used on the Web List the operations involved in transferring data from transactional databases to data warehouses Management Information Systems, Sixth Edition

Managing Digital Data Businesses collect and dissect data for many purposes Data can be stored in database format Easy access and manipulation Databases have had a profound impact on business An information industry has been created Database technology integrated with the Internet has contributed to commerce significantly Management Information Systems, Sixth Edition

The Traditional File Approach Traditional file approach: no mechanism for tagging, retrieving, or manipulating data Database approach: provides powerful mechanism for managing and manipulating data Traditional approach is inconvenient: Program-data dependency High data redundancy Low data integrity Data redundancy: duplication of data Data integrity: accuracy of data Management Information Systems, Sixth Edition

The Traditional File Approach (continued) Management Information Systems, Sixth Edition

The Database Approach Database approach: data organized as entities Entity: an object about which an organization chooses to collect data, such as: People Events Products Character: smallest piece of data A single letter or a digit Field: single piece of information about entity Management Information Systems, Sixth Edition

The Database Approach (continued) Record: collection of related fields File: collection of related records Database fields can hold images, sounds, video clips, etc. Field name allows easy access to the data Database management system (DBMS): program used to: Build databases Populate a database with data Manipulate data in a database Management Information Systems, Sixth Edition

Management Information Systems, Sixth Edition

Management Information Systems, Sixth Edition

The Database Approach (continued) Query: a message to the database requesting data from specific records and/or fields Database must be properly secured Not everyone should have access to all data Users will have different views of the database, based on the data they are allowed to see Management Information Systems, Sixth Edition

The Database Approach (continued) Database administrator (DBA): the person responsible for managing the database Sets user limits for access to data in the database DBMS is usually bundled with a programming language Management Information Systems, Sixth Edition 12 12

Management Information Systems, Sixth Edition

Management Information Systems, Sixth Edition

Database Models Database model: general logical structure How records stored in the database How relationships between records are established Database models differ in: How records are linked to each other How users can navigate the database, retrieve records, and create records Management Information Systems, Sixth Edition

The Relational Model Relational Model: consists of tables Based on relational algebra Tuple: record (or row) Attribute: field (or column) Relation: table of records To design a relational database, you must understand the entities to be stored in the database and how they relate Tables are independent of each other, but can be related to each other Management Information Systems, Sixth Edition

The Relational Model (continued) Key: a field whose values identify records Used to retrieve records Primary key: a field by which records are uniquely identified Each record in the table must have a unique key value Composite key: combination of fields that serve as a primary key Management Information Systems, Sixth Edition

Management Information Systems, Sixth Edition

The Relational Model (continued) Management Information Systems, Sixth Edition

The Relational Model (continued) Foreign key: a field that is common to two tables Used to link the tables This field is a primary key in one table and a foreign key in the other Join table: composite of tables Two types of table relationships: One-to-many relationship: one item in a table is linked to many items in the other table Many-to-many relationship: many items in a table are linked to many items of the other table Management Information Systems, Sixth Edition

The Object-Oriented Model Object-oriented database model: uses object-oriented approach for the database structure Encapsulation: combined storage of data and relevant procedures to process it Allows object to be “planted” in different data sets Inheritance: the ability to create a new object by replicating the characteristics of an existing (parent) object Object-oriented databases (ODBs) store data objects, not records Management Information Systems, Sixth Edition

Management Information Systems, Sixth Edition

Relational Operations Relational operation: creates a temporary subset of a table or tables Used to create a limited list or a joined table list Three important relational operations: Select: a selection of records based on conditions Project: a selection of certain columns from a table Join: join data from multiple tables to create a temporary table Management Information Systems, Sixth Edition

Structured Query Language Structured Query Language (SQL): query language of choice for DBMSs Advantages of SQL: It is an international standard It is provided with most relational DBMSs It has easy-to-remember, intuitive commands Management Information Systems, Sixth Edition

The Schema and Metadata Schema: a plan that describes the structure of the database, including: Names and sizes of fields Identification of primary keys Relationships Data dictionary: a repository of information about the data and its organization Also called metadata: the data about the data Management Information Systems, Sixth Edition

The Schema and Metadata (continued) Metadata includes: Source of the data Tables related to the data Field and index information Programs and processes that use the data Population rules: what is inserted, or updated, and how often Management Information Systems, Sixth Edition

Management Information Systems, Sixth Edition

Data Modeling Databases must be carefully planned and designed to meet business goals Data modeling: analysis of an organization’s data and identification of the data relationships A proactive process Develops a conceptual blueprint of the database Entity relationship diagram: a graphical representation of all entity relationships Management Information Systems, Sixth Edition

Data Modeling (continued) Entity relationship diagram is composed of: Boxes: identify entities Lines: indicate relationship between entities Crossbars: indicate mandatory fields Circles: indicate optional Crow’s feet: identify “many” Management Information Systems, Sixth Edition

Data Modeling (continued) Management Information Systems, Sixth Edition

Data Modeling (continued) Management Information Systems, Sixth Edition

Databases on the Web Web is dependent on databases Organizations must link their databases to the Web Interface between Web and database required Interface may be programmed in one of several Web programming languages, including: Java servlets Active server pages (ASP) PHP (Hypertext Preprocessor) Web application program interfaces (APIs) Management Information Systems, Sixth Edition

Databases on the Web (continued) Management Information Systems, Sixth Edition

Data Warehousing Most data collections are used for transactions Accumulation of transaction data is useful Data warehouse: a large repository database that supports management decision making Typically relational Data is collected from transactional databases Data mart: a smaller collection of data focusing on a particular subject or department Management Information Systems, Sixth Edition

From Database to Data Warehouse Transactional databases are not suitable for business analysis Contain only current, not historical data Data warehouse requires large storage capacity: Mainframe computers are often used Scalability is an issue Data warehouses grow continually Management Information Systems, Sixth Edition

Phases in Data Warehousing Three phases in transferring data from a transactional database to a data warehouse: Extraction phase: create files from transactional database Transformation phase: cleanse and modify the data format Loading phase: transfer files to data warehouse A properly built data warehouse becomes a single source for all data required for analysis Data mining and online analytical processing (OLAP) use data in data warehouses Management Information Systems, Sixth Edition

Management Information Systems, Sixth Edition

Summary Organizations collect vast amounts of data Database approach has several advantages over traditional file approach Character: smallest piece of data Field: made up of multiple characters Record: collection of related fields File: collection of related records Database management system (DBMS): tool to construct databases Management Information Systems, Sixth Edition

Summary (continued) Relational and object-oriented database models have different advantages Keys are used to form links among entities Primary keys are unique identifiers Object-oriented database maintains objects that contain data and procedures that process it Structured Query Language (SQL) is an international standard for querying databases Database designer must construct a schema to construct a database Management Information Systems, Sixth Edition

Summary (continued) Database designers conduct data modeling and create entity relationship diagrams to plan databases Many databases are linked to Web Data warehouses contain huge collections of historical transaction data Data warehouse requires data extraction, transformation, and loading of transactional data Invasion of privacy is exacerbated by database technology Management Information Systems, Sixth Edition