Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.

Slides:



Advertisements
Similar presentations
C6 Databases.
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.
Data - Information - Knowledge
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.
What it’s all about.
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
Mgt 20600: IT Management & Applications Databases
Information Technology in Organizations
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
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.
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
IST Databases and DBMSs Todd S. Bacastow January 2005.
Management Information Systems
Module 2: Information Technology Infrastructure
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2007 (Week 3, Tuesday 9/4/2007)
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.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Concepts and Terminology Introduction to Database.
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.
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:
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 Information Systems, Ninth Edition Chapter 5 Database Systems and Business Intelligence.
Chapter 6.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
Storing Organizational Information - Databases
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
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.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
Faculty of Arts Atkinson College ITEC 1010 A F 2002 Welcome Sixth Lecture for ITEC A Professor G.E. Denzel.
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.
FILES AND DATABASES. A FILE is a collection of records with similar characteristics, e.g: A Sales Ledger Stock Records A Price List Customer Records Files.
Data resource management
Faculty of Arts Atkinson College ITEC 1010 A F 2002 Welcome Nineteenth Lecture for ITEC A Professor G.E. Denzel.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Organizing Data and Information
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.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Foundations of information systems : BIS 1202 Lecture 4: Database Systems and Business Intelligence.
Data Resource Management Lecture 8. Traditional File Processing Data are organized, stored, and processed in independent files of data records In traditional.
Copyright © 2013 Dorling Kindersley (India) Pvt. Ltd. Management Information Systems: Managing the Digital Firm, 12eAuthors: Kenneth C. Laudon and Jane.
Fundamentals of Information Systems, Sixth Edition
IS 130 Information systems 1
Database Systems Chapter 3 1.
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
Databases and Information Management
MANAGING DATA RESOURCES
Managing data Resources:
Databases and Information Management
Presentation transcript:

Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management

Why Learn About Database Systems, Data Centers and Business Intelligence? What role do databases play in overall effectiveness of Information Systems? What techniques do businesses use to maximize the value of the information provided from database?

Learning Objectives Define general data management concepts and terms Identify the advantages of database approach and describe relational database model Identify the role and functions of DBMS Identify current database applications Identify the role of Business Intelligence

Data Management Hierarchy of data

Data Management Building blocks of hierarchy bit (the smallest unit of data) has only two values - 1 or 0 bytes - 8 bits make up one byte, which represents one character like the letter A field (or in a database attribute), represents a combination of bytes that make up one aspect of a business object (i.e. last name, invoice number, age) record - a collection of related data fields (i.e. name/address/phone information for one student) file (or in a database an entity) - a collection of related records (all students in MIS213) database - a group of similar items (all students and faculty in Cameron School of Business)

Data Management TRADITIONAL (File Based )approach to data management

Data Management PROBLEMS –Data Redundancy Duplication of data, same data is stored in multiple locations Data inconsistency, same attributed have different names or values Updating problems –Program Data Dependence Changes in program require changes in data –Lack of Flexibility difficult and expensive process to retrieve ad-hoc reports –Lack of Sharing Because data is located in different files and different departments, difficult to be shared and accessed in timely manner

Data Management DATABASE Approach Database –Organized collection of data, or a collection of related files containing records Entity –Generalized class of people, places or things (objects) for which data is collected, stored and maintained –E.g. SUPPLIER, PRODUCT Attribute –Specific characteristics of each entity –E.g. SUPPLIER: Name, address –PRODUCT: Product ID, Product Price Database Management System (DBMS)

Data Management DATABASE Approach

Data Management Advantages of Database Approach 1. Reduced data redundancy Data about a person / invoice / product is stored only one time 2. Improved data integrity Since data is stored only once for each entity, we don't need to worry about updating multiple records for the same entity (i.e. storing home address several times for the same person) 3. Easier updating of data Again the advantage of one storage location 4. Data and program independence The data files are separate from the applications (HR, payroll, invoicing) and thus can be used by many applications 5. Improved strategic use of data Accurate, complete, up-to-date data is used by decision makers 6. Improved security Backups and access can be better controlled by passwords, ensuring privacy

Data Management Some more advantages of Database Approach –Standardization of data access –Shared data and information resources Disadvantages –More complex DBMS could be difficult to set up and operate –More expensive More expensive to purchase, additional personnel and additional hardware required –Difficult to recover from failure Failure in DBMS shuts down entire database

Data Modeling When building a database, following must be considered –Content: What data should be collected and at what cost? –Access: What data should be provided to which users and when? –Logical Structure: How should data be arranged? –Physical Organization: Where should data be physically located? Logical Design –Abstract model of how data should be structured and arranged –Data Model : diagram of entities and their relationships Physical Design –Fine tunes logical design for performance and cost (improved response time, reduce storage space)

Data Modeling Entity Relationship Diagram –Use basic graphical symbols to show the organization and relation between data –One to one –One to many –Many to many

Relational Database Model The Relational Database Model Relational Database –Organize data into two-dimensional tables (relations) with columns and rows –One table for each entity –Fields (columns) store data representing an attribute –Rows store data for separate records –Key field: identifies a record –Primary Key: A field that uniquely identifies a set of records, cannot be duplicated and distinguishes records –Domain is the allowable values for these attributes. E.g. attribute for pay does not include negative numbers

Relational Database Model The Relational Database Model

Relational Database Model Manipulating Data –For inquiries and analyzing data –Selecting: eliminating rows according to certain criteria –Projecting: eliminating columns in a table –Joining; combining two or more tables –As long as tables share at least one common attribute, tables in a relational database can be linked to provide useful information and reports

Relational Database Model ProjectDescriptionDept. No. 155Payroll Widgets Sales Manual003 Dept. No. Dept. NameSSN 001Accounting Manufacturing Marketing10-45 SSNNameHire DateDept. No Rasheed Khan Haider Ali Safdar Ahmed ProjectDepartment Manager

Relational Database Model Data Cleanup –Valuable information: accurate, complete, reliable, economical, flexible, relevant, simple, timely, verifiable, accessible, secure –Data cleanup is to develop data with these characteristics