CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS

Slides:



Advertisements
Similar presentations
Chapter 1: The Database Environment
Advertisements

The Database Environment
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
IS 4420 Database Fundamentals Leon Chen. 2 Agenda About yourself About yourself  Name  Major About the instructor About the instructor Syllabus Syllabus.
Chapter 1: The Database Environment
1 IS380 Class Agenda 01/11/05 Sock H. Chung 1.Syllabus 2.Chapter 1 3.Introduction 4. Request.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
© Prentice Hall 1 Chapter 1: The Database Environment.
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment and Development Process
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Architecture for a Database System
MIS 301 Information Systems in Organizations Dave Salisbury ( )
© 2007 by Prentice Hall 1 Introduction to databases.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Unit 1: Background and Terminology Chapters 1 + 2: Modern Database Management 9 th Edition.
Database System Introduction to Database Environment October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
THE DATABASE ENVIRONMENT Definitions: Data, Information, Database, MetadataData, Information File Processing Systems The Database Approach Components of.
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment and Development Process Modern Database Management 10.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process Modern Database Management.
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process (Contd..) Modern Database.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
1 Lecture1 Introduction to Databases Systems Database 1.
Chapter 1 1 DATABASE ENGINEERING INTRODUCTION. Chapter 1 2 DATABASE ENGINEERING EC-316 Credits4(3,1) Text Book: Modern Database Management, by Hoffer,
© 2005 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 7 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Introduction to Databases Transparencies
Introduction to Databases
Database Fundamentals
Database Management Systems Lecture # 01
The Database Environment
Lecture 2.
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases Connolly and Begg
Introduction to Databases
Chapter 1: The Database Environment
Chapter 9 Designing Databases
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Introduction to Databases
Chapter 1: The Database Environment
Lecture 1 File Systems and Databases.
Chapter 1: The Database Environment
Chapter 1: The Database Environment
The Database Environment
Chapter 1: The Database Environment
Introduction to Databases
Background Prepared by: Mr. Mahmoud Rafeek Alfarra.
DATABASE ENGINEERING INTRODUCTION.
Introduction to Databases Transparencies
Chapter 2: The Database Development Process
Chapter 1: The Database Environment
The Database Environment
Introduction to Databases
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson Education, Inc.  Publishing as Prentice Hall

DEFINITIONS 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

© 2013 Pearson Education, Inc. Publishing as Prentice Hall Figure 1-1a Data in context Context helps users understand data © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 3

© 2013 Pearson Education, Inc. Publishing as Prentice Hall Figure 1-1b Summarized data Graphical displays turn data into useful information that managers can use for decision making and interpretation © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 4

© 2013 Pearson Education, Inc. Publishing as Prentice Hall Descriptions of the properties or characteristics of the data, including data types, field sizes, allowable values, and data context © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 5

DISADVANTAGES OF FILE PROCESSING 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 Maintenance 80% of information systems budget

PROBLEMS WITH DATA DEPENDENCY 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

© 2013 Pearson Education, Inc. Publishing as Prentice Hall Duplicate Data © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 8

PROBLEMS WITH DATA REDUNDANCY Waste of space to have duplicate data Causes more maintenance headaches The same data item may have different names in different files or the same name may be used for different data items in different files

SOLUTION: THE DATABASE APPROACH Central repository of shared data Data is managed by a controlling agent Stored in a standardized, convenient form Requires a Database Management System (DBMS)

DATABASE MANAGEMENT SYSTEM A software system that is used to create, maintain, and provide controlled access to user databases Order Filing System Central database Contains employee, order, inventory, pricing, and customer data Invoicing System DBMS Payroll System DBMS manages data resources like an operating system manages hardware resources

ELEMENTS OF THE DATABASE APPROACH Data models Graphical system capturing nature and relationship of data A typical data model is made up including entities, relationships, and relationships The most common data modeling representation is the entity relationship diagram (ERD) Enterprise Data Model–high-level entities and relationships for the organization Project Data Model–more detailed view, matching data structure in database Entities Noun form describing a person, place, object, event, or concept Composed of attributes (characteristics) Relationships Between entities Usually one-to-many (1:M), many-to-many (M:N), and one to one (1:1) Relational Databases Database technology involving tables (relations) representing entities and primary/foreign keys representing relationships

© 2013 Pearson Education, Inc. Publishing as Prentice Hall Figure 1-3 Comparison of enterprise and project level data models Segment of an enterprise data model Segment of a project-level data model © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 13

© 2013 Pearson Education, Inc. Publishing as Prentice Hall One customer may place many orders, but each order is placed by a single customer  One-to-many relationship © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 14

© 2013 Pearson Education, Inc. Publishing as Prentice Hall One order has many order lines; each order line is associated with a single order  One-to-many relationship © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 15

© 2013 Pearson Education, Inc. Publishing as Prentice Hall One product can be in many order lines, each order line refers to a single product  One-to-many relationship © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 16

© 2013 Pearson Education, Inc. Publishing as Prentice Hall Therefore, one order involves many products and one product is involved in many orders  Many-to-many relationship © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 17

© 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1 18

ADVANTAGES OF THE DATABASE APPROACH Program-data independence: Adjusting metadata do not effect program’s ability Planned data redundancy Improved data consistency: Result of data redundancy Improved data sharing: User view Increased application development productivity Enforcement of standards Improved data quality: Business rules Improved data accessibility: Basic structure of SQL Reduced program maintenance Improved decision support

The Database Development Process Enterprise data model: First step in the database development process Specifies range and general content of organization’s database Overall picture of organizational data at high level of abstraction Entity-relationship diagram Descriptions of entity types Relationships between entities Business rules Entity-business function matrix

© 2013 Pearson Education, Inc. Publishing as Prentice Hall FIGURE 1-6 Example business function-to-data entity matrix © 2013 Pearson Education, Inc.  Publishing as Prentice Hall Chapter 1 21