Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Managing Data Resources
7.1 © 2004 by Prentice Hall Management Information Systems 8/e Chapter 7 Managing Data Resources 7 7 MANAGING DATA DATARESOURCES Chapter.
Managing Data Resources
Developing A Strategy For The Internet Age The Five Forces Model
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT
Organizing Data & Information
Managing Data Resources
Managing Data Resources
Information Technology in Organizations
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
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.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Managing Data Resources
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.
7.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 7: Managing Data Resources MANAGING.
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.
Managing Data Resources
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 Big Data 5.3 The Database Approach 5.4 Database Management Systems 5.5.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
311: Management Information Systems Database Systems Chapter 3.
7.1 © 2004 by Prentice Hall Management Information Systems 8/e Chapter 7 Managing Data Resources 7 7 MANAGING DATA DATARESOURCES Chapter.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
7.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 7: Managing Data Resources MANAGING.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
7.1 © 2003 by Prentice Hall 7 7 MANAGING DATA DATARESOURCES Chapter.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
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.
MANAGING DATA DATARESOURCES Chapter. 7.2 File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1)Bit: Smallest unit.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
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.
7.1 © 2004 by Prentice Hall MANAGING ORGANIZATIONAL DATA AND INFORMATION MODULE-2 (IT INFRASTRUCTURE): UNIT-5.
Data resource management
DATABASES AND DATA WAREHOUSES
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Managing Data Resources File Organization and databases.
Organizing Data and Information
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.
Managing Data Resources Lecture 5 Managing Data Resources Lecture 5.
Foundations of Business Intelligence: Databases and Information Management.
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 The Database Approach 5.3 Database Management Systems 5.4 Data Warehouses.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
6-1 Copyright © 2013 Pearson Canada Inc. Databases and Information Management CHAPTER SIX.
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Managing Data Resources File Organization and databases for business information systems.
Chapter : 6 Database & Information Management MIS205.
Managing Data Resources
Intro to MIS – MGS351 Databases and Data Warehouses
Databases and Information Management
Fundamentals & Ethics of Information Systems IS 201
Data Resource Management
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Chapter 5 Data Resource Management.
Presentation transcript:

Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3

Chapter Overview m Data Hierarchy m Traditional File Environment m Databases – Relational, Hierarchical, Network m Design and Normalization m Data Warehousing

Data Hierarchy m Database m Table, File, Relation m Records, Rows, Tuples m Fields, Columns, Attributes m Bytes m Bits

Data Hierarchy Figure 7-1

Traditional File Environment Issues: m Data Redundancy m Data Inconsistency m Data Isolation m Data Integrity m Security m Application / Data Dependence

Traditional File Processing Figure 7-3

Database Approach m Minimal data redundancy m Data consistency m Integration of data m Sharing of data m Uniform security, privacy and integrity m Data independence

Database Environment Figure 7-4

DBMS Components Data definition language: Specifies content and structure of database and defines each data element Data manipulation language: Manipulates data in a database Data dictionary: Stores definitions of data elements, and data characteristics

Evolution of Databases

Relational Database Represents data as two- dimensional tables called relations Relates data across tables based on common data element Examples: DB2, Oracle, MS SQL Server

Relational Database Figure 7-6

Hierarchical Database Organizes data in a tree-like structure Supports one-to-many parent-child relationships Prevalent in large legacy systems

Hierarchical Database Figure 7-8

Network Database m Depicts data logically as many-to- many relationships m Less flexible compared to RDBMS m Lack support for ad-hoc and English language-like queries

Network Database Figure 7-9

Database Design m Conceptual / Logical Design – Abstract model of database from business perspective. m Physical Design – shows how the database is arranged on storage devices.

ER Diagram Figure 7-10

m Knowledge about your: – Customers – Competitors – Partners – Competitive environment – Internal operations Business Intelligence

oOnline transaction processing (OLTP) - the gathering of input information, processing that information, and updating existing information to reflect the gathered and processed information. oOperational databases - databases that support OLTP. oOnline analytical processing (OLAP) - the manipulation of information to support decision making.

Data Warehousing m Multidimensional Data Models m OLAP m Data Marts – subset of data warehouse m Data Mining – finding hidden patterns and trends in data

Data Warehousing m Data warehouse - a logical collection of information gathered from many different operational databases (Extract, Transform, Load) used to create business intelligence that supports business analysis activities and decision- making tasks.

Data Warehouse

Multidimensional Data Model Figure 7-15

Data Marts m Data mart - a subset of a data warehouse in which only a focused portion of the data warehouse information is kept.

Data Mining Tools

Distributed Databases Figure 7-13

Databases and the Web Figure 7-18