James A. Senn’s Information Technology, 3rd Edition

Slides:



Advertisements
Similar presentations
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senns Information Technology, 3 rd Edition Chapter 7 Enterprise Databases.
Advertisements

Chapter 1: The Database Environment
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
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
Chapter 13 (Web): Distributed Databases
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.
Organizing Data & Information
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
Introduction to Database Management
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
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.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
Fundamentals of Information Systems, Fifth Edition
Management Information Systems By Effy Oz & Andy Jones
1 Chapter 7 Enterprise Databases, Data Warehouses, and Business Intelligence.
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.
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senn’s Information Technology, 3 rd Edition Chapter 6 Personal and PC.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
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.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
1 Adapted from Pearson Prentice Hall Adapted from James A. Senn’s Information Technology, 3 rd Edition Chapter 6 Personal and PC Databases.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
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.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 17 Sharing Enterprise Data.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
IT 5433 LM1. Learning Objectives Understand key terms in database Explain file processing systems List parts of a database environment Explain types of.
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.
Fundamental of Database Systems
Fundamentals of Information Systems, Sixth Edition
Client/Server Databases and the Oracle 10g Relational Database
James A. Senn’s Information Technology, 3rd Edition
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
Fundamentals of Information Systems
Data Resource Management
Chapter 16 Designing Distributed and Internet Systems
Chapter 2 Database Environment Pearson Education © 2009.
Database Management System (DBMS)
Chapter 2 Database Environment Pearson Education © 2009.
MANAGING DATA RESOURCES
Introduction to Databases Transparencies
Database Environment Transparencies
Chapter 1: The Database Environment
MANAGING DATA RESOURCES
Chapter 1: The Database Environment
The Database Environment
Chapter 2 Database Environment Pearson Education © 2014.
DATABASE TECHNOLOGIES
Chapter 3 Database Management
Chapter 2 Database Environment Pearson Education © 2009.
Presentation transcript:

James A. Senn’s Information Technology, 3rd Edition Chapter 7 Enterprise Databases and Data Warehouses Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Objectives Identify the reasons organizations choose to share databases and the functions of a database management system. Explain the difference between relational and object-oriented databases and their uses in business. Describe the differences between schemas, views, and indexes. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Objectives (Continued) Discuss the benefits of client/server computing. Differentiate between shared and distributed databases. Explain why enterprises establish data warehouses and how they differ from data marts and enterprise databases. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Objectives (Continued) Distinguish between a database administrator and a system programmer. Discuss database administration procedures and concurrency procedures and explain why these are an essential part of a shared database system. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

The Principles of Data Sharing Definition Database: A collection of data and information describing items of interest to an organization. Entity: A person, place, thing, event or condition about which data and information are collected. Enterprise Database: A collection of data designed to be shared by many users within an organization. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

The Principles of Data Sharing Definition (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

The Principles of Data Sharing Database Management Systems Database Management Systems (DBMS): A program that makes it possible for users to manage the data in a database in order to increase accessibility and productivity. The Functions of Database Management: Integrating Databases Reducing Redundancy Sharing Information Maintaining Integrity Enabling Database Evolution Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

The Principles of Data Sharing Database Management Systems (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Enterprise Data Model Enterprise Data Model/Entity Relationship: A graphical representation of the items (the entities) of interest about which data is captured and stored in the database. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Enterprise Data Model (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Schema Schema: The structure of a database. Schema for Relational Database Relational Database: A database in which the data are structured in a table format consisting of rows and columns. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Schema (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Schema (Continued) Schema for Object-Oriented Database Object-oriented Database: A database that stores data and information about objects. Object: A component that contains data about itself and how it is to be processed. Action/Method: An instruction that tells a database how to process an object to produce specific information. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Schema (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Views View: A subset of one or more databases, created either by extracting copies of records from a database or by merging copies of records from multiple databases. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Views (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Indexes Index: A data file that contains identifying information about each record and its location in storage. Record Key: In a database, a designated field used to distinguish one record from another. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Enterprise Database Structures Indexes (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Client/Server Computing Definition File Server: A computer containing files that are available to all users interconnected on a local area network. Client/Server Computing: A type of computing in which all data and information retrieval requests and responses pass over a network. Much of the processing is performed on the server and the results of the processing are transmitted to the client. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Client/Server Computing Definition (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Client/Server Computing Definition Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Client/Server Computing Definition (Continued) Client: In client-server computing, a desktop workstation. Server: A computer that hosts a network and provides the resources that are shared on the network. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Client/Server Computing The Benefits of Client/Server Computing Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Databases on the Internet Definition Web-based Integration: Makes data from enterprise databases available to users connecting through the Internet (including enterprise intranets and extranets). Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Databases on the Internet Definition (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Distributed Databases Definition Shared Database: A database shared among many users and applications. Distributed Database: A database that resides in more than one system in a distributed network. Each component of the database can be retrieved from any node in the network. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Distributed Databases Partitioning and Replication Partitioning: A method of database distribution in which different portions of the database reside at different nodes in the network. Replication: A method of database distribution in which one database contains data that are included in another database. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Distributed Databases Distribution Strategies Geographic Distribution Strategy: A database distribution strategy in which the database is located in a region where the data and information are used most frequently. Functional Distribution Strategy: A database distribution strategy in which the database is distributed according to business functions. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Distributed Databases Designed a Distributed Database Database Directory: The component of a shared database that keeps track of data and information. Other Design Factors Storage Costs Processing Costs Communication Costs Retrieval and Processing Reliability Frequency of Updates and Queries Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Distributed Databases Designed a Distributed Database (Continued) Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Data Warehouses and OLAP Definition Online Analytical Processing (OLAP): Database processing that selectively extracts data from different points of view. Data Warehouse: A large data store, designed from inquiries, that combines details of both current and historical operations, usually drawn from a number of sources. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Data Warehouses and OLAP Comparison of Enterprise Databases and Data Warehouses Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Data Warehouses and OLAP Data Warehouse Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Data Warehouses and OLAP Definition Data Mining: Uses software designed to detect information hidden in the data. Data Marts: Processed to focus on a specific area of activities or isolated scientific or commercial processes. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

People Definition Database Administrator (DBA): The IT professional responsible for managing all the activities and procedures related to an organization’s database. Systems Programmer Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Procedures Database Administration Procedures Database Administration Procedures: The procedures associated with managing a database. Database Planning Database Design Database Creation Database Maintenance Analysis of Usage Creation and Monitoring of Security Procedures Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Procedures Concurrency Procedures Concurrent Data Sharing: A database procedure that allows several users to access the database simultaneously. Nonconcurrent Data Sharing: A database procedure that allows individuals to access a database only when no other person or application is processing the data. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall

Procedures Concurrency Procedures (Continued) Record Locking: A concurrency procedure that prohibits another user from accessing or altering a records that is in use. File Locking: Used in systems that store unstructured information and have file-level sharing. Deadlock: A situation in which each user of a database is waiting for the others to unlock a record. Senn, Information Technology, 3rd Edition © 2004 Pearson Prentice Hall