Managing Data Resources Chapter Seven. SoftwareInformation Systems for Management2 Hierarchy of Data Bit Byte Field Record File Database Database management.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Lecture-7/ T. Nouf Almujally
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
Managing Data Resources
Managing Data Resources
Chapter 3 Database Management
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.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT
Organizing Data & Information
Mgt 20600: IT Management & Applications Databases
Managing data Resources:
Managing Data Resources
Managing Data Resources
Chapter 8 Managing Data Resources. Chapter 82 Managing Data Resources 8.1 Organizing Data in a Traditional File Environment –An effective information.
Information Technology in Organizations
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
Database Management Last Update Copyright Kenneth M. Chipps Ph.D. 1.
7.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 7: Managing Data Resources MANAGING.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
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.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
Fundamentals of Information Systems, Fifth Edition
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Technology Guide 3 Data & Databases.
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.
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.
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.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
MANAGING DATA DATARESOURCES Chapter. 7.2 File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1)Bit: Smallest unit.
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
Databases and Information Management Chapter 6. Outline Database Relational Database Database Management System (DBMS) Structured Query Language Data.
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.
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
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.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
Chapter : 6 Database & Information Management MIS205.
Managing Data Resources
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Managing data Resources:
Module 2 Topics Information technology governance: Organization and planning for IS.
Presentation transcript:

Managing Data Resources Chapter Seven

SoftwareInformation Systems for Management2 Hierarchy of Data Bit Byte Field Record File Database Database management system

SoftwareInformation Systems for Management3 Traditional Data Environment Files for each application/department/function Duplicated/redundant data/files Inability to link data/files Program-data dependence (change one, you must change the other)

SoftwareInformation Systems for Management4 Problems with Traditional Data Environment Data redundancy leads to Lack of data integrity Program-data dependence Lack of flexibility (no ad hoc reports/different views Poor security (access) Lack of data sharing & availability

SoftwareInformation Systems for Management5 DBMS Approach Database: Collection of one or more files containing data organized to serve multiple applications by minimizing redundant data. Database management system controls organization of & access to data and database files by acting as interface between the data & application programs and as an environment for developing and using databases.

SoftwareInformation Systems for Management6 Views/Schemas Logical view: How end users perceive the data is organized –Schema: The view of all the data –Subschema: A partial view of the data accessible to an end user (e.g., “view only” a subset of screens/data) Physical view: How the data are actually organized on physical storage media

SoftwareInformation Systems for Management7 Components of a DBMS #1 Data definition language (DDL) –Formal language associated with DBMS –Used by both end users & programmers to manipulate data Data manipulation language –Commands to modify/extract data & to develop apps –Structured Query Language (SQL) –Can use various languages in addition to/ instead of SQL

SoftwareInformation Systems for Management8 Components of a DBMS #2 Data dictionary –Defines each data element (# bytes, text/numeric, etc., format, range, access, use, ownership, physical representation) –Used for communication between developers & users and for standardization of data/databases/ programs –Some data dictionaries are active; changes automatically change related databases/programs NOTE: Any properly developed information system should have a data dictionary.

SoftwareInformation Systems for Management9 Database Models (Types) #1 –Hierarchical Upside-down tree-like structure Root (top most data element) is the key field Each child record can have only one parent record (1:M relationships); parents can have many children Pointers for expressing relationships Hard to change & limited retrieval capabilities “Legacy” systems –Network Similar to hierarchical but M:M relationships between records Complex and hard to change

SoftwareInformation Systems for Management10 Database Models (Types) #2 Relational –2-dimensional tables (relations) –Physically appear similar to files (but are not) –Row/record/tuple –Column/field/attribute/data element –Ability to link relations on-the-fly Select creates a subset of all records that meet specified criteria Join combines tables into a single new table Project creates a subset of columns in a table, resulting in new tables/views

SoftwareInformation Systems for Management11 SQL Principal data manipulation language for relational DBMS Versions that can run on almost any OS & computer (mainframe, PC, etc.) Easy to learn & use –Select lists desired columns from desired table(s) –From identifies tables/views from which to select columns –Where are conditions for selecting specific records & for joining multiple tables

SoftwareInformation Systems for Management12 SQL Example SELECT Part:Part_Number, Supplier:Supplier_Number, Supplier:Supplier_Name, Supplier:Supplier_Address FROM Part, Supplier WHERE Part:Supplier_Number=Supplier:Supplier_Num ber AND Part_Number=137 OR Part_Number=152 Note: No line returns in any of the commands

SoftwareInformation Systems for Management13 Object-Oriented Databases (OODBMS) Store data & procedures that act on the data as objects that can be automatically retrieved & shared Objects can contain multimedia Object-relational databases: Relational databases that can store both traditional data & object-oriented data that store graphics & multimedia

SoftwareInformation Systems for Management14 Designing Databases Entity-relationship diagram (E-R diagram) –Documents database by showing relationships among entities in database Normalization –Creates small, stable data structures (tables) from complex groups of data –Example: Student data: Normalization results in several DB tables of student data: Name/address, Courses taken, Funds/received/distributed, etc. –See Figures 7-14 & 7-15

E-R Diagram ORDERPART Includes Delivered by SUPPLIER 1 M M 1 Figure 7-13, p. 217

SoftwareInformation Systems for Management16 Distributed Databases Stored in more than one physical location Reduce vulnerability Increase responsiveness Can run on cheaper computer systems Weakness: Vulnerability of telecommunications Sometimes, locals can depart from acceptable DB practices –Partitioned: Each remote processor has its own necessary data –Duplicated: Duplicated database (reconciled periodically)

SoftwareInformation Systems for Management17 Data Administration Information policy: Planning & rules governing DB operations & information use Data planning: Enterprise analysis Maintenance of data dictionaries Data quality standards Database Administration –Technical –Operational –May include personnel, purchasing, etc. for DB function

SoftwareInformation Systems for Management18 DB Trends Multidimensional Data Analysis –Online analytical processing (OLAP) Ability to “slice and dice” data interactively Multiple perspectives Matrices or cubes

SoftwareInformation Systems for Management19 Data Warehouses & Datamining Data warehouse –Consolidates & stores current & historical data extracted from various operational systems –Meta-data (summaries of transactional data) –Reporting & query tools, including OLAP & data mining Data mart: Subset of data warehouse Datamining: Analysis of data in data warehouses to find patterns/rules to aid in decision making

SoftwareInformation Systems for Management20 Databases & the Web Hypermedia database –Organize data in network of nodes linked in user- specified patterns/relationships –Text, graphics, sound, video, programs Linking internal DBs to the Web –Middleware is interface between DB & browser –Application server uses middleware to interface between DB & browser –Common gateway interface (CGI) written in a language interfaces between DB, app server, & browser

SoftwareInformation Systems for Management21 Ford & Firestone: Tire Disaster Late September, 2001: Firestone recalled another 3.5 million Wilderness tires How does this crisis represent an information management problem? Why did management of these two companies (and government officials) not see the trends in the data? What would you suggest should have been done in terms of database management & queries?

SoftwareInformation Systems for Management22 Next Classes: October 17: Midterm –Bring a pencil for Scantron sheets –Bring a pen if you prefer to answer short answer questions in pen rather than pencil –Room 343: 6-8:00 p.m. –Bring your UM ID; it will be checked October 22 –Chapter 8: Telecommunications & Networks –Case Study: Monitoring Employees on Networks