Business Intelligence

Slides:



Advertisements
Similar presentations
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Advertisements

CHAPTER 4 DATABASES AND DATA WAREHOUSES A Gold Mine of Information.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Databases and Warehouses
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
1 Lecture 6 Building Business Intelligence Lecture 6 DATABASES AND DATA WAREHOUSES Building Business Intelligence.
Chapter 3 Databases and Data Warehouses Building Business Intelligence
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
Developing A Strategy For The Internet Age The Five Forces Model
Database Management: Getting Data Together Chapter 14.
Chapter 3 Databases and Data Warehouses: Building Business Intelligence McGraw-Hill/Irwin Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights.
Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence
DATABASES AND DATA WAREHOUSES A Gold Mine of Information
McGraw-Hill © 2008 The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES.
Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence
L The Difference Between Logical and Physical Views of Information l Databases and Database Management Systems l How You Can Develop Database Applications.
Mgt 20600: IT Management & Applications Databases
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 3-2 STUDENT LEARNING OUTCOMES 1.Describe business intelligence and its role 2.Compare databases and data warehouses.
BUSINESS DRIVEN TECHNOLOGY
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Databases and Data Warehouses How Do You Organize Large Amounts of Information? Chapter 10.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
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.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
Database and Data Warehouse Module B: Designing and Building a Relational Database Chapter 3.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Next Back MAP 3-1 Management Information Systems for the Information Age Copyright 2002 The McGraw-Hill Companies, Inc. All rights reserved Chapter 3 Database.
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.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Storing Organizational Information - Databases
3-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 3 Databases and Data.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Chapter 3: Databases and Data Warehouses Building Business Intelligence Management Information Systems for the Information Age.
Data resource management
Next Back MAP 3-1 Management Information Systems for the Information Age Copyright 2002 The McGraw-Hill Companies, Inc. All rights reserved Chapter 3 Data.
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.
Data Mining What are Data Mining Tools?. Data Mining Tools  Software tools used to query information in a data warehouse  Support the concept of OLAP.
Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence 6/22/2016 1Management Information Systems.
Pengantar Sistem Informasi
Intro to MIS – MGS351 Databases and Data Warehouses
CHAPTER SIX DATA Business Intelligence
Fundamentals & Ethics of Information Systems IS 201
What is an attribute? How is it related to an entity?
Chapter Ten Managing a Database.
Fundamentals of Information Systems
Databases and Data Warehouses Chapter 3
RELATIONAL DATABASE MODEL
Chapter 13 Databases and Information Management
3-1 Can Companies Keep Your Personal Information Secure and Private? Databases and data warehouses are organizational repositories of informationDatabases.
Databases and Information Management
What is a Database and Why Use One?
Databases and Data Warehouses
CHAPTER SIX OVERVIEW SECTION 6.1 – DATABASE FUNDAMENTALS
Databases and Information Management
DATABASE TECHNOLOGIES
This presentation was developed by Dr. Steven C
Presentation transcript:

Business Intelligence Business intelligence - is knowledge about your customers, competitors, partners, competitive environment, and internal operations. Two types of information processing include: OLTP – the processing of transaction information. OLAP – manipulation of information to support decision making. 3-1

Business Intelligence 3-2

The Relational Database Model Database - a collection of information that you organize and access according to the logical structure of that information. Relational database model - uses a series of logically related two-dimensional tables or files to store information in the form of a database. Relation - describes each two-dimensional table or file in the relational model. 3-3

The Relational Database Model Relational databases are composed of two parts: Information – stored in a series of two-dimensional tables, files, or relations. Logical structure of the information (data dictionary). 3-4

The Relational Database Model Collections of Information 3-5

The Relational Database Model Created with Logical Structures Part Number is the primary key because of the key icon beside it. For Percentage Markup, we defined its Format as “Percent” and its number of decimal places as 2. 3-6

The Relational Database Model Primary key - a field (or group of fields in some cases) that uniquely describes each record. Foreign key - a primary key of one file that appears in another file. 3-7

The Relational Database Model With Logical Ties Among the Information 3-8

The Relational Database Model With Built-In Integrity Constraints Team Work Primary Keys, Foreign Keys, and Integrity Constraints (p. 133) Integrity constraints – rules that help ensure the quality of the information. 3-9

Database Management System Tools 3-10

Database Management System Tools DBMS engine - accepts logical requests from the various other DBMS subsystems, converts them into their physical equivalent, and actually accesses the database and data dictionary as they exist on a storage device. 3-11

DBMS Tools Data definition subsystem - helps you create and maintain the data dictionary and define the structure of the files in a database. Data manipulation subsystem - helps you add, change, and delete information in a database and mine it for valuable information. Tools here include views, report generators, QBE, and SQL. 3-12

DBMS Tools Data Manipulation Subsystem Find information using the binoculars. Click here to enter a new record. 3-13

DBMS Tools Data Manipulation Subsystem By following a series of simple screens, such as those on the previous slide, you can easily create the report below. 3-14

DBMS Tools Data Manipulation Subsystem Query-by-example (QBE) tools - help you graphically design the answer to a question. 3-15

DBMS Tools Data Manipulation Subsystem The QBE grid Our selection criteria 3-16

DBMS Tools Data Manipulation Subsystem Structured query language (SQL) - a standardized fourth-generation query language found in most DBMSs. The SQL below creates the same report in Figure 3.7 on page 139. SELECT Part.[Part Number], Part.Cost, Employee.[Employee Name], Employee.[Employee Number] FROM Part, Employee WHERE (((Part.Cost)>10)); 3-17

DBMS Tools Application Generation Subsystem Application generation subsystem - contains facilities to help you develop transaction-intensive applications. Data entry screens DBMS-specific programming languages Commonly used programming languages 3-18

DBMS Tools Data Administration Subsystem Data administration subsystem - a DBMS helps you manage the overall database environment (e.g., backup, recovery, security management). On Your Own DBMS Support OLTP, OLAP, and Information Management (p. 142) 3-19

Data Warehouses and Data Mining What Is a Data Warehouse? Data warehouse - a logical collection of information – gathered from many different operational databases – used to create business intelligence that supports business analysis activities and decision-making tasks. 3-20

Data Warehouses and Data Mining What Is a Data Warehouse? 3-21

Data Warehouses and Data Mining What Are Data Mining Tools? Data mining tools - software tools you use to query information in a data warehouse. These tools include: Query-and-reporting tools - similar to QBE tools, SQL, and report generators. Intelligent agents – use various artificial intelligence tools to form the basis of information discovery and building business intelligence in OLAP. 3-22

Data Warehouses and Data Mining What Are Data Mining Tools? Data mining tools continued Multidimensional analysis (MDA) tools - slice-and-dice techniques that allow you to view multidimensional information from different perspectives. Statistical tools – help you apply various mathematical models to the information stored in a data warehouse to discover new information. 3-23

Data Warehouses and Data Mining What Are Data Mining Tools? 3-24

Data Warehouses and Data Mining Data Marts – Smaller Data Warehouses Data mart - a subset of a data warehouse in which only a focused portion of the data warehouse information is kept. 3-25

Data Warehouses and Data Mining Important Considerations Do you need a data warehouse? Do all your employees need an entire data warehouse? How up-to-date must the information be? What data mining tools do you need? Team Work How Up-to-Date Should Data Warehouse Information Be? (p. 149) 3-26

MANAGING THE INFORMATION RESOURCE Who Should Oversee the Organization’s Information? Chief information officer (CIO) - responsible for overseeing an organization’s information resource. Data administration - plans for, oversees the development of, and monitors the information resource. Database administration - responsible for the more technical and operational aspects of managing the information contained in organizational databases. 3-27

Information Ownership MANAGING THE INFORMATION RESOURCE How Will Changes in Technology Affect Organizing and Managing Information? Technology changes? Convergence of information management tools? Information ownership? Ethics? On Your Own CRUD – Defining Information Ownership (p. 151) 3-28