OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context

Similar documents
Figure 1-1a Data in context. Context helps users understand data

Chapter 1: The Database Environment

Chapter 2: The Database Development Process

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

Database Environment. Pearson Education 2009

Essentials of Database Management

Inf 202 Introduction to Data and Databases (Spring 2011)

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 9 Database Design

Modern Systems Analysis and Design

MODERN DATABASE MANAGEMENT

Objectives Definition iti of terms List five properties of relations State two properties of candidate keys Define first, second, and third normal for

Modern Systems Analysis and Design Seventh Edition

Fundamentals of Database Systems (INSY2061)

Strategic Information Systems Systems Development Life Cycle. From Turban et al. (2004), Information Technology for Management.

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich

by Prentice Hall

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT

Chapter 8. Database Design. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

Inputs. Decisions. Leads to

Objectives Definition iti of terms Importance of data modeling Write good names and definitions for entities, relationships, and attributes Distinguis

Modern Systems Analysis and Design Sixth Edition

CS102B: Introduction to Information Systems. Minerva A. Lagarde

FIT1004 Database Topic 2: Database Design Life Cycle

Unit 2 - Data Modeling. Pratian Technologies (India) Pvt. Ltd.

Management Information Systems

Introduction to Databases

4/28/2014. File-based Systems. Arose because: Result

5/23/2014. Limitations of File-based Approach. Limitations of File-based Approach CS235/CS334 DATABASE TECHNOLOGY CA 40%

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 1 Database Systems

LECTURE1: PRINCIPLES OF DATABASES

Business Intelligence and Decision Support Systems

Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases. Objective 1

Database Design Process

KNGX NOTES INFS1603 [INFS1603] KEVIN NGUYEN

Introduction Database Concepts

Question Bank. 4) It is the source of information later delivered to data marts.

Managing Data Resources

MAM4P MANAGEMENT INFORMATION SYSTEM. Unit : I - V

IT 3203 Introduction to Web Development

Modern Systems Analysis and Design Seventh Edition

Answer: D. Answer: B. Answer: B

Chapter 5. The Database Life Cycle. Class 04: Topic 3.1: The Database Life Cycle

Modern Systems Analysis and Design. Third Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich. Chapter 17 System Implementation

Introduction: Database Concepts Slides by: Ms. Shree Jaswal

Module 3. Overview of TOGAF 9.1 Architecture Development Method (ADM)

Chapter 10. Database System Development Lifecycle

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems

MIT Database Management Systems Lesson 01: Introduction

Department of Industrial Engineering. Sharif University of Technology. Operational and enterprises systems. Exciting directions in systems

This tutorial also elaborates on other related methodologies like Agile, RAD and Prototyping.

Information Technology Engineers Examination. Database Specialist Examination. (Level 4) Syllabus. Details of Knowledge and Skills Required for

A database management system (DBMS) is a software package with computer

Database Management Systems MIT Lesson 01 - Introduction By S. Sabraz Nawaz

Chapter 1 File System and Database

Introduction to SET08104

Business Intelligence Roadmap HDT923 Three Days

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management

Organizing Database Project Work. (Chapter 4)

Organizing Database Project Work

Chapter 6 VIDEO CASES

Database Systems: Learning Outcomes. Examples of Database Application. Introduction

C H A P T E R SYSTEM DESIGN

Computers Are Your Future

Chapter 1 Database System Concepts and Architecture. Nguyen Thi Ai Thao

Data Models: The Center of the Business Information Systems Universe

Systems Analysis and Design in a Changing World, Fourth Edition

FAQ: Relational Databases in Accounting Systems

Metabase Metadata Management System Data Interoperability Need and Solution Characteristics

Data Warehouse and Data Mining

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

Dr. Michael Curry. Oregon. The Big Picture: SQL Overview and Getting the Most from SQL Saturday

System Development Life Cycle Methods/Approaches/Models

Managing Data Resources

Data Warehousing. Data Warehousing and Mining. Lecture 8. by Hossen Asiful Mustafa

Full file at

How Turner Broadcasting can avoid the Seven Deadly Sins That. Can Cause a Data Warehouse Project to Fail. Robert Milton Underwood, Jr.

Information Technology Audit & Cyber Security

UNIT I. Introduction

Institute of Southern Punjab, Multan

Course Logistics & Chapter 1 Introduction

Database Management System. Fundamental Database Concepts

Overview of Data Management

Introduction to System Analysis and Design

MCSA SQL SERVER 2012

"Charting the Course... Certified Information Systems Auditor (CISA) Course Summary

CA ERwin Data Modeler r9 Rick Alaras N.A. Channel Account Manager

Meaning & Concepts of Databases

Managing Information Resources

File Processing Approaches

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES

2.1 Ethics in an Information Society

TIM 50 - Business Information Systems

CS425 Fall 2016 Boris Glavic Chapter 1: Introduction

CHAPTER 3 Implementation of Data warehouse in Data Mining

Lecture 01. Fall 2018 Borough of Manhattan Community College

Subject : Computer Science. Paper : Software Quality Management. Module : CASE Tools

CHAPTER 3: LITERATURE REVIEW

1. What is the relationship between non-functional requirements and technology architecture?

Introduction Database Technology [DBTECO601]

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective

Transcription:

OBJECTIVES CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi! Define terms! Name limitations of conventional file processing! Explain advantages of databases! Identify costs and risks of databases! List components of database environment! Identify categories of database applications! Describe database system development life cycle! Explain prototyping and agile development approaches! Explain roles of individuals! Explain the three-schema architecture for databases 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 2 DEFINITIONS Figure 1-1a Data in context! Database: organized collection of logically related data! Data: stored representations of meaningful objects and events " Structured: numbers, text, dates " Unstructured: images, video, documents! Information: data processed to increase knowledge in the person using the data! Metadata: data that describes the properties and context of user data Context helps users understand data 3 4

Figure 1-1b Summarized data Graphical displays turn data into useful information that managers can use for decision making and interpretation Descriptions of the properties or characteristics of the data, including data types, field sizes, allowable values, and data context 5 6 DISADVANTAGES OF FILE PROCESSING PROBLEMS WITH DATA DEPENDENCY! Program-Data Dependence " All programs maintain metadata for each file they use! Duplication of Data " Different systems/programs have separate copies of the same data! Limited Data Sharing " No centralized control of data! Lengthy Development Times " Programmers must design their own file formats! Excessive Program! Each application programmer must maintain his/her own data! Each application program needs to include code for the metadata of each file! Each application program must have its own processing routines for reading, inserting, updating, and deleting data! Lack of coordination and central control! Non-standard file formats " 80% of information systems budget 7 8

Duplicate Data PROBLEMS WITH DATA REDUNDANCY! Waste of space to have duplicate data! Causes more maintenance headaches! The biggest problem: " Data changes in one file could cause inconsistencies 9 " Compromises in data integrity 9 10 SOLUTION: THE DATABASE APPROACH DATABASE MANAGEMENT SYSTEM! A software system that is used to create, maintain, and provide controlled access to user databases! Central repository of shared data! Data is managed by a controlling agent Order Filing System! Stored in a standardized, convenient form Invoicing System Payroll System DBMS Central database Contains employee, order, inventory, pricing, and customer data Requires a Database Management System (DBMS) DBMS manages data resources like an operating system manages hardware resources 11 12

ADVANTAGES OF THE DATABASE APPROACH! Program-data independence! Planned data redundancy! Improved data consistency! Improved data sharing! Increased application development productivity! Enforcement of standards! Improved data quality! Improved data accessibility and responsiveness! Reduced program maintenance! Improved decision support COSTS AND RISKS OF THE DATABASE APPROACH! New, specialized personnel! Installation and management cost and complexity! Conversion costs! Need for explicit backup and recovery! Organizational conflict 13 14 ELEMENTS OF THE DATABASE APPROACH! Data models " Graphical system capturing nature and relationship of data " Enterprise Data Model high-level entities and relationships for the organization " Project Data Model more detailed view, matching data structure in database or data warehouse! Entities " Noun form describing a person, place, object, event, or concept " Composed of attributes! Relationships " Between entities " Usually one-to-many (1:M) or many-to-many (M:N)! Relational Databases " Database technology involving tables (relations) representing entities and primary/foreign keys representing relationships Figure 1-3 Comparison of enterprise and project level data models Segment of an enterprise data model Segment of a project-level data model 15 16

One customer may place many orders, but each order is placed by a single customer " One-to-many relationship One order has many order lines; each order line is associated with a single order " One-to-many relationship 17 18 One product can be in many order lines, each order line refers to a single product " One-to-many relationship Therefore, one order involves many products and one product is involved in many orders " Many-to-many relationship 19 20

Figure 1-5 Components of the Database Environment 21 22 COMPONENTS OF THE DATABASE ENVIRONMENT! CASE Tools computer-aided software engineering! Repository centralized storehouse of metadata! Database Management System (DBMS) software for managing the database! Database storehouse of the data! Application Programs software using the data! User Interface text and graphical displays to users! Data/Database Administrators personnel responsible for maintaining the database! System Developers personnel responsible for designing databases and software! End Users people who use the applications and databases ENTERPRISE DATA MODEL! First step in the database development process! Specifies scope and general content! Overall picture of organizational data at high level of abstraction! Entity-relationship diagram! Descriptions of entity types! Relationships between entities! Business rules 23 24

FIGURE 1-6 Example business function-to-data entity matrix TWO APPROACHES TO DATABASE AND IS DEVELOPMENT! SDLC " System Development Life Cycle " Detailed, well-planned development process " Time-consuming, but comprehensive " Long development cycle! Prototyping " Rapid application development (RAD) " Cursory attempt at conceptual data modeling " Define database during development of initial prototype " Repeat implementation and maintenance activities with new prototype versions 25 26 SYSTEMS DEVELOPMENT LIFE CYCLE (SEE ALSO FIGURE 1-7) SYSTEMS DEVELOPMENT LIFE CYCLE (SEE ALSO FIGURE 1-7) (CONT.) Purpose preliminary understanding Deliverable request for study Database activity enterprise modeling and early conceptual data modeling 27 28

SYSTEMS DEVELOPMENT LIFE CYCLE (SEE ALSO FIGURE 1-7) (CONT.) Purpose thorough requirements analysis and structuring Deliverable functional system specifications SYSTEMS DEVELOPMENT LIFE CYCLE (SEE ALSO FIGURE 1-7) (CONT.) Purpose information requirements elicitation and structure Deliverable detailed design specifications Database activity thorough and integrated conceptual data modeling Database activity logical database design (transactions, forms, displays, views, data integrity and security) 29 30 SYSTEMS DEVELOPMENT LIFE CYCLE (SEE ALSO FIGURE 1-7) (CONT.) Purpose develop technology and organizational specifications Deliverable program/data structures, technology purchases, organization redesigns SYSTEMS DEVELOPMENT LIFE CYCLE (SEE ALSO FIGURE 1-7) (CONT.) Purpose programming, testing, training, installation, documenting Deliverable operational programs, documentation, training materials Database activity physical database design (define database to DBMS, physical data organization, database processing programs) Database activity database implementation, including coded programs, documentation, installation and conversion 31 32

SYSTEMS DEVELOPMENT LIFE CYCLE (SEE ALSO FIGURE 1-7) (CONT.) Prototyping Database Methodology (Figure 1-8) Purpose monitor, repair, enhance Deliverable periodic audits Database activity database maintenance, performance analysis and tuning, error corrections 33 34 Prototyping Database Methodology (Figure 1-8) (cont.) Prototyping Database Methodology (Figure 1-8) (cont.) 35 36

Prototyping Database Methodology (Figure 1-8) (cont.) Prototyping Database Methodology (Figure 1-8) (cont.) 37 38 DATABASE SCHEMA! External Schema " User Views " Subsets of Conceptual Schema " Can be determined from business-function/data entity matrices " DBA determines schema for different users! Conceptual Schema " E-R models covered in Chapters 2 and 3! Internal Schema " Logical structures covered in Chapter 4 " Physical structures covered in Chapter 5 Different people have different views of the database these are the external schema The internal schema is the underlying design and implementation Figure 1-9 Three-schema architecture 39 40

MANAGING PROJECTS! Project a planned undertaking of related activities to reach an objective that has a beginning and an end! Initiated and planned in planning stage of SDLC! Executed during analysis, design, and implementation! Closed at the end of implementation MANAGING PROJECTS: PEOPLE INVOLVED! Business analysts! Systems analysts! Database analysts and data modelers! Users! Programmers! Database architects! Data administrators! Project managers! Other technical experts 41 42 EVOLUTION OF DATABASE SYSTEMS Figure 1-10a Evolution of database technologies! Driven by four main objectives: # Need for program-data independence # reduced maintenance # Desire to manage more complex data types and structures # Ease of data access for less technical personnel # Need for more powerful decision support platforms 43 44

Figure 1-10b Database architectures Figure 1-10b Database architectures (cont.) 45 46 Figure 1-10b Database architectures (cont.) THE RANGE OF DATABASE APPLICATIONS! Personal databases! Two-tier and N-tier Client/Server databases! Enterprise applications " Enterprise resource planning (ERP) systems " Data warehousing implementations 47 48

Figure 1-11 Two-tier database with local area network Figure 1-12 Three-tiered client/server database architecture 49 50 ENTERPRISE DATABASE APPLICATIONS! Enterprise Resource (ERP) " Integrate all enterprise functions (manufacturing, finance, sales, marketing, inventory, accounting, human resources)! Data Warehouse " Integrated decision support system derived from various operational databases FIGURE 1-13 Computer System for Pine Valley Furniture Company 51 52