Chapter 6 Foundations of business intelligence: databases and information management How does a ‘database’ solve the problems of traditional filing systems?

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
5.1 © 2009 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Managing Data Resources
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Managing Data Resources
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
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 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Managing Data Resources
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
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.
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.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
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.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
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 Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
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.
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.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
6-1 Copyright © 2013 Pearson Canada Inc. Databases and Information Management CHAPTER SIX.
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
Foundations of Business Intelligence: Databases and Information Management MGMT172: Lecture 04.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
Foundations of Business Intelligence: Databases and Information Management Chapter 6 VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors.
Managing Data Resources File Organization and databases for business information systems.
Chapter : 6 Database & Information Management MIS205.
THE LEONS COLLEGE OF LAW1 Organizing Data and Information Chapter 4.
Chapter 5 Foundations of Business Intelligence: Databases and Information Management.
Managing Data Resources
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Intro to MIS – MGS351 Databases and Data Warehouses
Fundamentals of Information Systems, Sixth Edition
Databases and Information Management
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
Data Resource Management
Fundamentals of Information Systems
Databases and Data Warehouses Chapter 3
Databases and Information Management
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Basic Concepts in Data Management
MANAGING DATA RESOURCES
File Systems and Databases
Chapter 5 Data Resource Management.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Chapter 1: The Database Environment
The Database Environment
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
ບົດທີ 6 ການຄຸ້ມຄອງຊັບພະຍາກອນຂໍ້ມູນ (Managing Data Resource)
Chapter 3 Database Management
The Database Environment
Presentation transcript:

Chapter 6 Foundations of business intelligence: databases and information management How does a ‘database’ solve the problems of traditional filing systems? What capabilities distinguish database management systems? What principles underpin DBMS design? What tools and technologies are used to access databases? Why are information policy, data administration and data quality assurance essential for managing data resources?

Traditional digital filing systems “Subordinate” or “hierarchical” structure: field, record, file, database BUT: Data redundancy? Data inconsistency? Program-data dependence? Inflexibility? Poor security? Lack of data share and availability?

And so, to “database approach” to data management! Agglomeration of data (ALL data stored in one place) BUT how should this data “mess” be organised? Relational databases vs. Object-oriented databases Relational data bases use “key” identifiers, that allow different groups of data to be brought together Object oriented data bases allow relationships to be formed between images and sound bytes etc, AS WELL AS text

The 3 capabilities of a DBMS 1. Data definition To ensure consistent and standardised use amongst different classes of users 2. Data dictionary Classification of data to ensure that persware (users) can interpret all elements and not “invent” new ones 3. Data manipulation language A “programming language” to manipulate (and access) data (SQL – Structured Query Language)

1 of 2 Finally, two more foundation concepts: Database design Important to plan the database to avoid downstream headaches Data model: Include all entities and their relationship Organise data to remove redundancy Maximise data accuracy Make data accessible

2 of 2 Distributed databases Distributed databases “copy” the database in multiple locations, so that data access can be improved. BUT! How reliable is the data? Or in other words, what risks are there in Computicket or SAA allowing seat booking in multiple locations off multiple databases? (Telecoms capability has removed this as a contemporary issue – but, “old fashioned” technology prohibited easy access from a common location)

How does having a database improve business performance and decision making? (I don’t think the book gets it right here: it is important to emphasise that accuracy & accessibility of data are the features that improve decision making and hence performance) So, while the text book talks about ‘data warehouses and datamarts, please review the supplementary notes on ‘types’ and ‘levels’ of decisions, and be able to relate the concepts of data accuracy and data accessibility and “data innovation” (seeking out data relationships so as to improve customer intimacy: focus on product categories) to decisions that need to be made in business contexts.

Related concepts for “decision making” Business intelligence Capability to amass information Develop intimate understanding of customer behaviour, competitors and internal operations “fine tuned” decision making Data mining Associations (do I treat myself to new clothes around my birthday?) Sequences (is there a pattern to my purchases?) Classification (am I similar to other groups/segments of customer?) Clustering (similar to classification) Forecasting (can my historical purchasing be used to forecast my future consumption?)

Managing data resources Information policy Data administration Data governance Data quality Data quality audits Data cleansing Data security (I recommend you add this one!) Liability in respect of breaching privacy boundaries Managing risk in terms of data integrity (hacking, theft)