C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
Management Information Systems, Sixth Edition
Managing Data Resources
Managing Data Resources
Chapter 3 Database Management
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT
Organizing Data & Information
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.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Chapter 3 Foundations of Business Intelligence: Databases and Information Management.
Managing Data Resources
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.
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
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.
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.
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.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
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:
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.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
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.
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
Managing Data Resources File Organization and databases.
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.
DATA RESOURCE MANAGEMENT
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
6-1 Copyright © 2013 Pearson Canada Inc. Databases and Information Management CHAPTER SIX.
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.
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
Foundations of Business Intelligence: Databases and Information Management MGMT172: Lecture 04.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
© 2010 by Prentice Hall Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and.
Foundations of Business Intelligence: Databases and Information Management Chapter 6 VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Managing Data Resources File Organization and databases for business information systems.
Chapter : 6 Database & Information Management MIS205.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Managing Data Resources
Intro to MIS – MGS351 Databases and Data Warehouses
Databases and Information Management
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Presentation transcript:

C6 Databases

2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files so that the same data are stored in more than one place or location –Data inconsistency: The same attribute may have different values. Program-Data Dependence: –The coupling of data stored in files and the specific programs required to update and maintain those files such that changes in programs require changes to the data and vice versa

Lack of Flexibility A traditional file system can deliver routine scheduled reports after extensive programming efforts, but it cannot deliver ad-hoc reports or respond to unanticipated information requirements in a timely fashion Poor security Management may have no knowledge of who is accessing or making changes to the organization’s data Lack of data sharing and availability: Information cannot flow freely across different functional areas or different parts of the organization. 3 More problems

Relational Hierarchical and Network Object-oriented 4 Types of databases The focus of this lecture is on relational databases.

The Database Approach Relational DBMS –Represents data as two-dimensional tables called relations –Relates data across tables based on common data element Examples: Access, DB2, Oracle, MS SQL Server 6-15 Managing data

6-16 The Database Approach Managing data

5 High Level Data hierarchy

A group of values for the set of fields makes a record ( tuple ) (row) ‏ A group of records makes a table (file) ‏ A group of tables (files) makes a database A field name serves to label each column of each table 6 Database ideas Record

Fields can contain Strings (text characters) Numeric Sometimes very specific formats (e.g. Date) ‏ 8 Types of fields

Select Creates subset of rows that meet specific criteria Join Combines relational tables to provide users with information requires a field in common between the tables being joined Project Create a subset consisting of certain columns of the table results in a new smaller table 9 Types of operations in a relational database

6-18 The Database Approach to Data Management

10 The Database Approach to Data Management

Selections are related to choosing table rows. Projections are related to choosing table columns Joins are related to choosing records that have a common value in a field shared by two tables. 11 Summary on db operations

Conceptual design: Abstract model of database from a business perspective Physical design: how data are actually structured on physical storage media Entity-relationship diagram: Methodology for documenting databases illustrating relationships between database entities Normalization: Process of creating small stable data structures from complex groups of data Primary Keys: Each table requires a unique identifier (a field or a set of fields) ‏ 11 Designing a database

Data definition language: Specifies content and structure of database and defines each data element Data manipulation language: Used to process data in a database; permits users to extract data Data dictionary: Stores definitions of data elements and data characteristics; can indicate usage and ownership 13 DBMS

The Database Approach to Data Management 6-29 Distributed database A database that is stored in more than one physical location Reduce the vulnerability of a single, massive central site Increase service and responsiveness to local users Can often run on smaller, less expensive computers Depend on high-quality telecommunications lines

Online Analytical Processing Multidimensional data analysis Supports manipulation and analysis of large volumes of data from multiple dimensions/perspectives 14 OLAP

16 Data Warehouse A massive database that stores current and historical data Data are standardized into a common data model Consolidated across entire enterprise for management analysis and decision making

17

Tools for analyzing large pools of data Find hidden patterns and infer rules to predict trends Bank of Montreal uses data mining better understand their customers by using various query tools a statistical package, and in-house developed analytics one set of analytics sends prompts to an account manager, indicating that a specific bank customer has changed their banking patterns and that the manager should follow up with that customer This data mining leads to retaining business and customers and even obtaining new business from those customers. 18 Data mining

Managing Data Resources Establishing an information policy –Specifies the organization’s rules for sharing, disseminating, acquiring, standardizing, classifying, and inventorying information –Data administration is responsible for specific policies and procedures through which data is managed Data governance –Quality, management, policy, risk management DBA (Database administrator ) –installation, configuration, upgrade, administration, monitoring and maintenance of databases 6-40

Managing Data Resources Ensuring Data Quality Data Quality Audit –Structured survey of the accuracy and completeness of data in an information system Data cleansing –consists of activities for detecting and correcting data in an information system 6-41