MANAGING DATA RESOURCES

Slides:



Advertisements
Similar presentations
Chapter 10: Designing Databases
Advertisements

C6 Databases.
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
1 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments –A collection of individual responses from a marketing research.
Organizing Data & Information
Introduction to Databases Transparencies
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 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
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.
Management Information Systems By Effy Oz & Andy Jones
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:
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.
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.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
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.
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.
1 Chapter 1 Introduction to Databases Transparencies.
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.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
6.1 FILE ORGANIZATION BIT: Binary Digit (0,1; Y,N; On,Off)BIT: Binary Digit (0,1; Y,N; On,Off) BYTE: Combination of BITS which represent a CHARACTERBYTE:
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
Managing Data Resources File Organization and databases for business information systems.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
James A. Senn’s Information Technology, 3rd Edition
Introduction to Databases Transparencies
Introduction to Databases Transparencies
Intro to MIS – MGS351 Databases and Data Warehouses
Fundamentals of Information Systems, Sixth Edition
Information Systems Today: Managing in the Digital World
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Information Technology
Data Resource Management
Introduction to Databases
Fundamentals of Information Systems
Chapter 4 Relational Databases
Databases and Data Warehouses Chapter 3
Databases and Information Management
Basic Concepts in Data Management
MANAGING DATA RESOURCES
Database.
Introduction to Databases
Databases.
Databases and Information Management
Chapter 1: The Database Environment
The Database Environment
Introduction to Databases
Introduction to Databases Transparencies
Chapter 3 Database Management
Presentation transcript:

MANAGING DATA RESOURCES CHAPTER 8. MANAGING DATA RESOURCES

FILE ORGANIZATION BIT: Binary Digit (0,1;Y,N;On, Off) BYTE: Combination of BITS which represent a CHARACTER FIELD: Collection of BYTES which represent a Fact RECORD: Collection of FIELDS which reflect a TRANSACTION FILE: A Collection of Similar RECORDS

The layout of a personnel file in traditional file organization. Managing Digital Data The layout of a personnel file in traditional file organization.

FILE ORGANIZATION UPDATING SORTING DATABASE: An Organization’s Electronic Library of FILES Primary FIELD or Key: Field in Each Record Uniquely Identifies THIS Record For RETRIEVAL UPDATING SORTING

TRADITIONAL FILE ENVIRONMENT (FLAT FILE) DATA REDUNDANCY PROGRAM / DATA DEPENDENCY LACK OF FLEXIBILITY POOR SECURITY LACK OF DATA SHARING & AVAILABILITY Different information making up a student record retained in three different sites.

DATABASE MANAGEMENT SYSTEM (DBMS) SOFTWARE TO CREATE & MAINTAIN DATA *** ENABLES BUSINESS APPLICATIONS TO EXTRACT DATA *** INDEPENDENT OF SPECIFIC COMPUTER PROGRAMS DBMS

Managing Digital Data Traditional Files vs. Databases: Pros and Cons Traditional File Advantages Simplicity Efficiency Customization Database Advantages Reduced data redundancy Application/data independence Better control Flexibility

COMPONENTS OF DBMS: DBMS THE SCHEMA: describe the structure of the Database. DATA DEFINITION LANGUAGE: Defines Data Elements in Database and Used to construct the schema DATA MANIPULATION LANGUAGE: Manipulates Data for Applications DATA DICTIONARY: Maintains all information supplied by the developer when constructing the schema * DBMS

Data Definition Language (DDL) Data definition language to create a schema in NOMAD

Components of Database Management Systems Data Manipulation Language (DML) Used to query the database Figure 8.14 A Paradox query by example

DATA DICTIONARY A typical data dictionary for a staff file

ADVANTAGES OF DBMS: DBMS * REDUCES COMPLEXITY REDUCES DATA REDUNDANCY CENTRAL CONTROL OF DATA DEFINITIONS REDUCES PROGRAM / DATA DEPENDENCE REDUCES DEVELOPMENT / MAINTENANCE COSTS ENHANCES SYSTEM FLEXIBILITY INCREASES ACCESS / AVAILABILITY OF INFORMATION * DBMS

Database Models HIERARCHICAL DATA MODEL Records are related hierarchically – each category is a subcategory of the next level up Disadvantages of hierarchical databases To retrieve a record, a user must start at the root and navigate the hierarchy. If a link is broken, the entire branch is lost. Requires considerable data redundancy ROOT FIRST CHILD 2nd CHILD Ratings Salary Compensation Job Assignments Pension Insurance Health Benefits Employer

NETWORK DATA MODEL VARIATION OF HIERARCHICAL MODEL Allows a record to be linked to more than one parent USEFUL FOR MANY-TO-MANY RELATIONSHIPS NETWORK A B C 1 2

RELATIONAL DATA MODEL Consists of tables; links among entities are maintained with foreign keys DATA IN TABLE FORMAT RELATION: TABLE TUPLE: ROW (RECORD) IN TABLE FIELD: COLUMN (ATTRIBUTE) IN TABLE *

TYPES OR RELATIONS ONE-TO-ONE: STUDENT ID ONE-TO-MANY: CLASS STUDENT A B C MANY-TO-MANY: STUDENT A B C CLASS 1 2

Relational Operations Data Manipulation Select : is the selection of records that meets certain condition. Project: is the selection of certain columns from a table. Join : is the joining of data from multiple tables. Structured Query Language (SQL) International standard DDL and DML for relational DBMS. Advantages of using SQL Users do not need to learn different DDLs and DMLs. SQL can be embedded in widely used 3rd generation languages, increasing efficiency and effectiveness. Programmer not forced to rewrite statements since SQL statements are portable.

Advantages and disadvantages of database models

Database Architecture Shared Resource and Client/Server Systems Four basic client/server models Applications run at a server Applications run on local PCs Applications run on both the local PCs and the server Applications and key elements of the database are split between the PCs and the server

Database Architecture Distributed Databases Replication :Full copy of the entire database is stored at all sites A replicated database: each computer holds a copy of the entire database

Database Architecture Fragmentation: Parts of database are stored where they are most often accessed A fragmented database: each computer holds only the part of the database that is most frequently accessed by the local users

Web Databases Databases on the Web Catalogs Libraries Directories Client lists and profiles When linking a database to the Internet, consider Which application to use How to ensure Web surfers do not interfere with database updates How to maintain security

Data Warehousing Data warehouse Data Mining Collection of data that supports management decision making Phases in Building a Data Warehouse Extraction Phase Cleansing Phase Loading Phase Data Mining Selecting, exploring, and modeling data to discover unknown relationships

Data Warehousing

Data-Mining Potential applications of data-mining

DATABASE ADMINISTRATION DEFINES & ORGANIZES DATABASE STRUCTURE AND CONTENT DEVELOPS SECURITY PROCEDURES DEVELOPS DATABASE DOCUMENTATION MAINTAINS DBMS *

Ethical and Societal Issues A Too-Risky Info Highway Out of Hand -- Out of Control DBMSs allow organizations to collect, maintain, and sell vast amounts of private personal data easily. Where is the Information Going? Many consumers provide information daily without being aware of where it is actually going. http://www.publicrecordfinder.com/ The Upside Database technology enables better and faster services.