Management Information Systems By Effy Oz & Andy Jones

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Management Information Systems, Sixth Edition
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Management Information Systems, Sixth Edition
Management Information Systems, Sixth Edition
Managing Data Resources
Chapter 3 Database Management
Database Management: Getting Data Together Chapter 14.
3-1 Chapter 3 Data and Knowledge Management
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Business Driven Technology Unit 2 Exploring Business Intelligence Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Databases and Database Management Systems
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
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.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
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.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
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.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
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.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
Chapter 8 Data and Knowledge Management. 2 Learning Objectives When you finish this chapter, you will  Know the difference between traditional file organization.
Database Systems Basic Data Management Concepts
Data resource management
+ Information Systems and Databases 2.2 Organisation.
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.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Managing Data Resources File Organization and databases for business information systems.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
MANAGING DATA RESOURCES
MANAGING DATA RESOURCES
Chapter 3 Database Management
Presentation transcript:

Management Information Systems By Effy Oz & Andy Jones Chapter 6: Databases and Data Warehouses www.cengage.co.uk/oz

Objectives Explain the difference between traditional file organisation and the database approach to managing digital data Explain how relational and object oriented database management systems are used to construct databases, populate them with data, and manipulate the data to produce information Enumerate the most important features and operations of a relational database, the most popular database model

Objectives (continued) Understand how data modeling and design creates a conceptual blueprint of a database Discuss how databases are used on the Web List the operations involved in transferring data from transactional databases to data warehouses

Managing Digital Data Businesses collect and dissect data Data can be stored in powerful database format Easy access and manipulation Databases have profound impact on business Database technology integrated with Internet

The Traditional File Approach Traditional file approach: no mechanism for manipulating data Database approach: has mechanism for manipulating data Traditional approach inconvenient High data redundancy Low data integrity Data redundancy: duplication of data Data integrity: accuracy of data

The Traditional File Approach (continued)

The Database Approach People Events Products Database approach: data organised as entities Entity: object that has data People Events Products Character: smallest piece of data Field: single piece of information about entity Record: collection of fields

The Database Approach (continued) File: collection of related records Database management system (DBMS): program used to build databases Populates with data Manipulates data Query: message requesting access to data

The Database Approach (continued) Database has security issues Database administrator (DBA): limits user access to database Requires users to enter codes DBMS bundled with fourth-generation languages

The Database Approach (continued)

The Database Approach (continued)

The Database Approach (continued)

Database Models Database model: general logical structure How records stored in database Records linked differently in different models Models constantly changing

The Relational Model Relational Model: consists of tables Based on relational algebra Tuple: record Attribute: field Relation: table Key: identifier field Used to retrieve records

Relational Model (continued)

The Relational Model (continued) Primary key: unique key Uniquely identifies record Required in table Composite key: combination of fields Serves as primary key Foreign key: shared field Links tables Join table: composite of tables

The Relational Model (continued)

The Relational Model (continued) Table relationships with other tables One-to-many relationship: one item in table linked to many items in other table Many-to-many relationship: many items in table linked to many items of other table

The Object-Oriented Model Object-Oriented model: uses object-oriented approach Encapsulation: combined storage of data and relevant procedures Allows object to be planted in different data sets Inheritance: creates new object by replicating characteristics of existing (parent) object

The Object-Oriented Model (continued)

Relational Operations Relational operation: create temporary subset of table Create limited list or joined table list Select records based on conditions Project columns Join tables to create temporary table

Structured Query Language Structured query language: language of choice for DBMSs Advantages Standardised language Used in many host languages Portable

The Schema and Metadata Schema: plan Describes structure of database Names and sizes of fields Identifies primary keys Data dictionary: repository of information about data

The Schema and Metadata (continued) Metadata: data about data Source of data Tables related to data Field information Usage of data Population rules

The Schema and Metadata (continued)

Data Modeling Databases must be carefully planned Data modeling: analysis and organisation of data Proactive process Develop conceptual blueprint Entity relationship diagram: graphical representation of relationships

Data Modeling (continued) Entity relationship diagram Boxes identify entities Lines indicate relationship Crossbars indicate mandatory fields Circles indicate optional Crows feet identify “many”

Data Modeling (continued)

Data Modeling (continued)

Databases on the Web Web dependent on databases Interface between Web and database required CGI ASP API

Databases on the Web (continued)

Data Warehousing Data collections used for transactions Accumulation of transaction data useful Data warehouse: large database Typically relational Supports decision making Data copied from transactional database Data mart: collection of data focusing on particular subject

From Database to Data Warehouse Transactional database not suitable for business analysis Only current data Not historic Data warehouse requires large storage capacity Mainframe computers used Scalability issue

Phases in Building a Data Warehouse Begin building data warehouse after equipment secured Extraction phase Create files from transactional database Transformation phase Cleanse and modify data Loading phase Transfer files to data warehouse

Phases in Building a Data Warehouse (continued)

Summary organisations collect vast amounts of data Database approach has advantages over traditional approach Character: smallest piece of data File: collection of records Designer must construct schema to construct database

Summary (continued) Database management system enables database construction and manipulation Relational and object-oriented database models have different advantages Keys used to form links among entities Object-oriented database maintains links differently SQL adopted as international standard

Summary (continued) Designers conduct data modeling to show required tables Databases often linked to Web Data warehouses contain huge collections of historical data Data warehouse allows data extraction, transformation, and loading Invasion of privacy is exacerbated by database technology