Organizing Data and Information

Slides:



Advertisements
Similar presentations
Fundamentals of Information Systems, Sixth Edition
Advertisements

The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Information Systems Chapter 2 Organizing Data and Information.
Databases and Warehouses
Managing Data Resources
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.
What it’s all about.
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.
Developing A Strategy For The Internet Age The Five Forces Model
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.
Fundamentals of Information Systems Fourth Edition
Mgt 20600: IT Management & Applications Databases
Database – Part 2 Dr. V.T. Raja Oregon State University.
Organizing Data and Information
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Organizing Data and Information Chapter 5.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Principles of Information Systems Eighth Edition
Fundamentals of Information Systems, Fifth Edition
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
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.
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information.
Data Information Systems and Management. Valuing Organizational Information Transactional Information –Contained within a business process –Supports performing.
Data Information Systems and Management. Valuing Organizational Information Transactional Information –Contained within a business process –Supports performing.
Fundamentals of Information Systems, Fifth Edition
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
1 January Management of Information Technology Chapter 10 Database Management Asst. Prof. Wichai Bunchua
311: Management Information Systems Database Systems Chapter 3.
1 Information Systems, Ninth Edition Chapter 5 Database Systems and Business Intelligence.
Principles of Information Systems
Fundamentals of Information Systems, Seventh Edition 1 Chapter 3 Data Centers, and Business Intelligence.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
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.
Data resource management
Information Systems, Tenth Edition Chapter 5 Database Systems, Data Centers, and Business Intelligence.
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
Chapter 3 Database Systems, Data Centers, and Business Intelligence
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Foundations of information systems : BIS 1202 Lecture 4: Database Systems and Business Intelligence.
2 Information Systems Chapter 5 Database Systems and Business Intelligence.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Managing Data Resources File Organization and databases for business information systems.
THE LEONS COLLEGE OF LAW1 Organizing Data and Information Chapter 4.
Popular Database Management Systems
Pengantar Sistem Informasi
Intro to MIS – MGS351 Databases and Data Warehouses
Fundamentals of Information Systems, Sixth Edition
Information Systems, Ninth Edition
Fundamentals & Ethics of Information Systems IS 201
What is an attribute? How is it related to an entity?
Fundamentals of Information Systems
Databases and Data Warehouses Chapter 3
Chapter 5 Data Resource Management.
Principles of Information Systems Eighth Edition
Presentation transcript:

Organizing Data and Information

Outline Introduction to Data Management Basic Concepts Data Modeling and Database Models Translating business models to database models Database Management Systems The software Recent Developments New applications for database

Hierarchy of Data

Data Entities and Attributes Entity Generalized class of people, places, or things for which data is collected, stored, and maintained Attributes A characteristic of an entity

Keys and Attributes

Traditional Approach to Data Management

Database Approach to Data Management

Advantages of Database Approach Improved strategic use of corporate data Reduced data redundancy Improved data integrity Easier modification and updating Data and program independence Better access to data and information Standardization of data access Framework for program development Better overall protection of the data Shared data and information resources

Disadvantages of Database Approach Relatively high cost of purchasing and operating a DBMS in a mainframe operating environment Increased cost of specialized staff Increased vulnerability

Outline Introduction to Data Management Data Modeling and Database Models Translating business models to database models Database Management Systems Recent Developments

Data Modeling Data Model Entity-Relationship (ER) Diagrams A diagram of data entities and their relationships Entity-Relationship (ER) Diagrams A data model that uses basic graphical symbols to show the organization of relationships between data

Keys Key: A field or set of fields in a record that is used to identify the record Primary Key A field or set of fields that uniquely identifies the record

An Entity-Relationship Diagram

Database Models Hierarchical (Tree) Models Network Model Relational Models

A Hierarchical Database Model

A Network Database Model

A Relational Database Model

Outline Introduction to Data Management Data Modeling and Database Models Database Management Systems The software Recent Developments

Database Management System (DBMS) A group of programs that manipulate the database and provide an interface between the database and the user of the database and other application programs

Building and Modifying a Relational Database

Schemas and Subschemas A description of the entire database Subschema A file that contains a description of a subset of the database and identifies which users can view and modify the data items in the subset

Use of Schemas and Subschemas

Logical and Physical Access Paths

Structured Query Language

Database Output

Worldwide Database Market Share, 1998

Selecting a DBMS Database Size Number of concurrent users Performance Integration Features The Vendor Cost

Outline Introduction to Data Management Data Modeling and Database Models Database Management Systems Recent Developments New applications for databases

Recent Developments Data Warehouses: A database that collects business information from many sources in the enterprise, covering all aspects of the company’s processes, products, and customers Data Mart: a subset of a data warehouse Data Mining: an information analysis tool that involves the automated discovery of patterns and relationships in a data warehouse Database-driven Web sites

Elements of a Data Warehouse

How to Design a Data Warehouse Sharply define goals and objectives Choose the software that best fits the goals Determine what should be in the database Develop a plan Measure results

Common Data Mining Applications Market segmentation Customer churn Fraud detection Direct marketing Market basket analysis Trend analysis

On-Line Analytical Processing (OLAP) Software that allows users to explore data from a number of different perspectives

OLTP and Data Warehousing

OLTP and Data Mining

Open Database Connectivity (ODBC) Standards that ensure that software written to comply with these standards can be used with any ODBC-compliant database

Advantages of ODBC

ORDBMS Object-Relationship Database Management System (ORDBMS) Supports object-oriented business modeling

Business Intelligence The process of getting enough of the right information in a timely manner and usable form and analyzing it so that it can have a positive impact on business strategy, tactics, or operations

Database-Driven Web Sites Two main uses for databases in Web sites Customize Web site to the user. Our class site is an example. Expose internal data about customers to customers.

Outline Introduction to Data Management Basic Concepts Data Modeling and Database Models Translating business models to database models Database Management Systems The software Recent Developments New applications for database