Intro to MIS – MGS351 Databases and Data Warehouses

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Managing Data Resources
Managing Data Resources
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
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
Chapter 4: Organizing and Manipulating the Data in Databases
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.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
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.
Fundamentals of Information Systems, Fifth Edition
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.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Databases and Data Warehouses: Supporting the Analytics-Driven.
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.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
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.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
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.
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.
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
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.
Managing Data Resources Lecture 5 Managing Data Resources Lecture 5.
Foundations of Business Intelligence: Databases and Information Management.
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
Data Resource Management
Decision Support System by Simulation Model (Ajarn Chat Chuchuen)
Databases and Information Management
Fundamentals & Ethics of Information Systems IS 201
Data Resource Management
Databases and Data Warehouses Chapter 3
قاعدة البيانات Database
MANAGING DATA RESOURCES
Database.
Chapter 5 Data Resource Management.
Databases and Data Warehouses
MANAGING DATA RESOURCES
Managing Data Resources
Presentation transcript:

Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3

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

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

Data Hierarchy

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

Traditional File Processing

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

Database Environment

DBMS Components Data definition language (DDL): Specifies content and structure of database and defines each data element (data type, length, properties) Data manipulation language (DML): Manipulates data records 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, MySQL

Relational Database

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

Hierarchical Database

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

Network Database

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

ER Diagram

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

Business Intelligence

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

Data Warehousing 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

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

Data Mining Tools Data Mining - Used to find hidden patterns and previously unknown trends in data.

Databases and the Web