SlideShare une entreprise Scribd logo
1  sur  50
Database Systems: Design,
Implementation, and
Management
Eighth Edition
Chapter 9
Database Design
Database Systems, 8th
Edition 2
Objectives
• In this chapter, you will learn:
– That successful database design must reflect
the information system of which the database is
a part
– That successful information systems are
developed within a framework known as the
Systems Development Life Cycle (SDLC)
Database Systems, 8th
Edition 3
Objectives (continued)
• In this chapter, you will learn: (continued)
– That within the information system, the most
successful databases are subject to frequent
evaluation and revision within a framework
known as the Database Life Cycle (DBLC)
– How to conduct evaluation and revision within
the SDLC and DBLC frameworks
– About database design strategies: top-down vs.
bottom-up design and centralized vs.
decentralized design
Database Systems, 8th
Edition 4
The Information System
• Provides for data collection, storage, and
retrieval
• Composed of:
– People, hardware, software
– Database(s), application programs, procedures
• Systems analysis
– Process that establishes need for and extent of
information system
• Systems development
– Process of creating information system
Database Systems, 8th
Edition 5
The Information System (continued)
• Applications
– Transform data into information that forms basis
for decision making
– Usually produce the following:
• Formal report
• Tabulations
• Graphic displays
– Composed of following two parts:
• Data
• Code by which data are transformed into
information
Database Systems, 8th
Edition 6
Database Systems, 8th
Edition 7
The Information System (continued)
• Performance depends on three factors:
– Database design and implementation
– Application design and implementation
– Administrative procedures
• Database development
– Process of database design and implementation
– Implementation phase includes:
• Creating database storage structure
• Loading data into the database
• Providing for data management
Database Systems, 8th
Edition 8
The Systems Development Life Cycle
(SDLC)
• Traces history (life cycle) of information system
• Database design and application development
mapped out and evaluated
• Divided into following five phases:
– Planning
– Analysis
– Detailed systems design
– Implementation
– Maintenance
• Iterative rather than sequential process
Database Systems, 8th
Edition 9
Database Systems, 8th
Edition 10
Planning
• General overview of company and objectives
• Assessment of flow-and-extent requirements
– Should the existing system be continued?
– Should the existing system be modified?
– Should the existing system be replaced?
• Study and evaluate alternate solutions
– Technical aspects of hardware and software
requirements
– System cost
– Operational cost
Database Systems, 8th
Edition 11
Analysis
• Problems defined during planning phase
examined in greater detail during analysis
• Thorough audit of user requirements
• Existing hardware and software systems are
studied
• Goal:
– Better understanding of:
• System’s functional areas
• Actual and potential problems
• Opportunities
Database Systems, 8th
Edition 12
Detailed Systems Design
• Designer completes design of system’s
processes
• Includes all necessary technical specifications
• Steps laid out for conversion from old to new
system
• Training principles and methodologies are also
planned
– Submitted for management approval
Database Systems, 8th
Edition 13
Implementation
• Hardware, DBMS software, and application
programs are installed
– Database design implemented
• Cycle of coding, testing, and debugging
continues until database ready for delivery
• Database created and system customized
– Creation of tables and views
– User authorizations
Database Systems, 8th
Edition 14
Maintenance
• Three types of maintenance activity:
– Corrective maintenance
– Adaptive maintenance
– Perfective maintenance
• Computer-aided systems engineering
(CASE)
– Produce better systems within reasonable
amount of time and at reasonable cost
– CASE-produced applications are structured,
documented, standardized
Database Systems, 8th
Edition 15
The Database Life Cycle (DBLC)
• Six phases:
– Database initial study
– Database design
– Implementation and loading
– Testing and evaluation
– Operation
– Maintenance and evolution
Database Systems, 8th
Edition 16
Database Systems, 8th
Edition 17
The Database Initial Study
• Overall purpose:
– Analyze company situation
– Define problems and constraints
– Define objectives
– Define scope and boundaries
• Interactive and iterative processes required to
complete first phase of DBLC successfully
Database Systems, 8th
Edition 18
Database Systems, 8th
Edition 19
The Database Initial Study (continued)
• Analyze the company situation
– General conditions in which company operates,
its organizational structure, and its mission
– Discover what company’s operational
components are, how they function, and how
they interact
• Define problems and constraints
– Formal and informal information sources
– Finding precise answers is important
– Accurate problem definition does not always
yield a solution
Database Systems, 8th
Edition 20
• Database system objectives must correspond
to those envisioned by end users
– What is proposed system’s initial objective?
– Will system interface with other systems in the
company?
– Will system share data with other systems or
users?
• Scope: extent of design according to
operational requirements
• Boundaries: limits external to system
The Database Initial Study (continued)
Database Systems, 8th
Edition 21
Database Design
• Necessary to concentrate on data
• Characteristics required to build database
model
• Two views of data within system:
– Business view
• Data as information source
– Designer’s view
• Data structure, access, and activities required to
transform data into information
Database Systems, 8th
Edition 22
Database Systems, 8th
Edition 23
Database Systems, 8th
Edition 24
I. Conceptual Design
• Data modeling creates an abstract database
structure
– Represents real-world objects
• Embodies clear understanding of business and
its functional areas
• Ensure that all data needed are in model, and
that all data in model are needed
• Requires four steps
Database Systems, 8th
Edition 25
I. Conceptual Design (continued)
• Data analysis and requirements
– Discover data element characteristics
• Obtains characteristics from different sources
– Take into account business rules
• Derived from description of operations
• Entity relationship modeling and normalization
– Designer enforces standards in design
documentation
• Use of diagrams and symbols, documentation
writing style, layout, other conventions
Database Systems, 8th
Edition 26
Database Systems, 8th
Edition 27
I. Conceptual Design (continued)
• Data model verification
– Verified against proposed system processes
– Revision of original design
• Careful reevaluation of entities
• Detailed examination of attributes describing
entities
– Define design’s major components as modules:
• Module: information system component that
handles specific function
Database Systems, 8th
Edition 28
Database Systems, 8th
Edition 29
Database Systems, 8th
Edition 30
I. Conceptual Design (continued)
• Data model verification (continued)
– Verification process
• Select central (most important) entity
– Defined in terms of its participation in most of
model’s relationships
• Identify module or subsystem to which central
entity belongs and define boundaries and scope
• Place central entity within module’s framework
Database Systems, 8th
Edition 31
I. Conceptual Design (continued)
• Distributed database design
– Portions of database may reside in different
physical locations
– Processes accessing the database vary from
one location to another
– Designer must also develop data distribution
and allocation strategies
Database Systems, 8th
Edition 32
II. DBMS Software Selection
• Critical to information system’s smooth
operation
• Common factors affecting purchasing
decisions:
– Cost
– DBMS features and tools
– Underlying model
– Portability
– DBMS hardware requirements
Database Systems, 8th
Edition 33
III. Logical Design
• Translate conceptual design into internal model
• Logical design is software-dependent
• Requires all objects be mapped to specific
constructs used by selected database software
– Definition of attribute domains, design of
required tables, access restriction formats
– Tables must correspond to entities in conceptual
design
• Translates software-independent conceptual
model into software-dependent model
Database Systems, 8th
Edition 34
Database Systems, 8th
Edition 35
IV. Physical Design
• Process of selecting data storage and data
access characteristics of database
• Storage characteristics are function of:
– Device types supported by hardware
– Type of data access methods supported by
system
– DBMS
• More complex when data are distributed
Database Systems, 8th
Edition 36
Implementation and Loading
• New database implementation requires special
storage-related constructs for end-user tables
• Performance
– Difficult to evaluate
• Not all DBMSs have tools embedded
• No standard measurement
• Security:
– Physical and password security
– Access rights and audit trails
– Data encryption and diskless workstations
Database Systems, 8th
Edition 37
Implementation and Loading
(continued)
• Backup and Recovery
– Full backup
– Differential backup
– Transaction log backup
• Integrity
– Enforced via proper use of primary, foreign key
rules
• Company standards
– Standards may be partially defined
Database Systems, 8th
Edition 38
Testing and Evaluation
• Occurs in parallel with applications
programming
• Database tools used to prototype applications
• If implementation fails to meet some of
system’s evaluation criteria:
– Fine-tune specific system and DBMS
configuration parameters
– Modify physical or logical design
– Upgrade software and/or hardware platform
Database Systems, 8th
Edition 39
Operation
• Once database has passed evaluation stage, it
is considered operational
• Beginning of operational phase starts process
of system evolution
• Problems not foreseen during testing surface
• Solutions may include:
– Load-balancing software to distribute
transactions among multiple computers
– Increasing available cache
Database Systems, 8th
Edition 40
Maintenance and Evolution
• Required periodic maintenance:
– Preventive maintenance (backup)
– Corrective maintenance (recovery)
– Adaptive maintenance
– Assignment of access permissions and their
maintenance for new and old users
– Generation of database access statistics
– Periodic security audits
– Periodic system-usage summaries
Database Systems, 8th
Edition 41
Database Systems, 8th
Edition 42
Database Design Strategies
• Top-down design
– Identifies data sets
– Defines data elements for each of those sets
• Definition of different entity types
• Definition of each entity’s attributes
• Bottom-up design
– Identifies data elements (items)
– Groups them together in data sets
Database Systems, 8th
Edition 43
Database Systems, 8th
Edition 44
Centralized vs. Decentralized Design
• Centralized design
– When data component is composed of small
number of objects and procedures
– Typical of small systems
• Decentralized design
– Data component has large number of entities
– Complex relations on which complex operations
performed
– Problem spread across several operational sites
Database Systems, 8th
Edition 45
Database Systems, 8th
Edition 46
Database Systems, 8th
Edition 47
Centralized vs. Decentralized Design
(continued)
• All modules integrated into one model
• Aggregation problems to be addressed:
• Synonyms and homonyms
• Entity and entity subtypes
• Conflicting object definitions
Database Systems, 8th
Edition 48
Database Systems, 8th
Edition 49
Summary
• Information system facilitates transformation of
data into information
– Manages both data and information
• SDLC traces history (life cycle) of an
application within the information system
• DBLC describes history of database within the
information system
Database Systems, 8th
Edition 50
Summary (continued)
• Database design and implementation process
moves through series of well-defined stages
• Conceptual design subject to several variations:
– Top-down vs. bottom-up
– Centralized vs. decentralized

Contenu connexe

Tendances

Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)
welcometofacebook
 
Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03
Jotham Gadot
 
2 database system concepts and architecture
2 database system concepts and architecture2 database system concepts and architecture
2 database system concepts and architecture
Kumar
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
emailharmeet
 

Tendances (20)

1.4 data warehouse
1.4 data warehouse1.4 data warehouse
1.4 data warehouse
 
DBMS Bascis
DBMS BascisDBMS Bascis
DBMS Bascis
 
Characteristic of dabase approach
Characteristic of dabase approachCharacteristic of dabase approach
Characteristic of dabase approach
 
Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)
 
Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)
 
Database development life cycle
Database development life cycleDatabase development life cycle
Database development life cycle
 
Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
 
Database Design
Database DesignDatabase Design
Database Design
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Chapter10 conceptual data modeling
Chapter10 conceptual data modelingChapter10 conceptual data modeling
Chapter10 conceptual data modeling
 
Introduction to database & sql
Introduction to database & sqlIntroduction to database & sql
Introduction to database & sql
 
2 database system concepts and architecture
2 database system concepts and architecture2 database system concepts and architecture
2 database system concepts and architecture
 
Data Warehousing
Data WarehousingData Warehousing
Data Warehousing
 
DBMS and its Models
DBMS and its ModelsDBMS and its Models
DBMS and its Models
 
Data Warehouse 101
Data Warehouse 101Data Warehouse 101
Data Warehouse 101
 
Database Concepts and Components
Database Concepts and ComponentsDatabase Concepts and Components
Database Concepts and Components
 
Architecture of dbms(lecture 3)
Architecture of dbms(lecture 3)Architecture of dbms(lecture 3)
Architecture of dbms(lecture 3)
 
Fundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
Fundamentals of Data Modeling and Database Design by Dr. Kamal GulatiFundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
Fundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
 

En vedette

Logical database design and the relational model(database)
Logical database design and the relational model(database)Logical database design and the relational model(database)
Logical database design and the relational model(database)
welcometofacebook
 
Physical database design(database)
Physical database design(database)Physical database design(database)
Physical database design(database)
welcometofacebook
 
Information system
Information systemInformation system
Information system
Dhani Ahmad
 
Opportunities, threats, industry competition, and competitor analysis
Opportunities, threats, industry competition, and competitor analysisOpportunities, threats, industry competition, and competitor analysis
Opportunities, threats, industry competition, and competitor analysis
Dhani Ahmad
 

En vedette (20)

Logical database design and the relational model(database)
Logical database design and the relational model(database)Logical database design and the relational model(database)
Logical database design and the relational model(database)
 
Physical database design(database)
Physical database design(database)Physical database design(database)
Physical database design(database)
 
Risk management ii
Risk management iiRisk management ii
Risk management ii
 
Information system
Information systemInformation system
Information system
 
Physical security
Physical securityPhysical security
Physical security
 
Legal, ethical & professional issues
Legal, ethical & professional issuesLegal, ethical & professional issues
Legal, ethical & professional issues
 
Opportunities, threats, industry competition, and competitor analysis
Opportunities, threats, industry competition, and competitor analysisOpportunities, threats, industry competition, and competitor analysis
Opportunities, threats, industry competition, and competitor analysis
 
Privacy & security in heath care it
Privacy & security in heath care itPrivacy & security in heath care it
Privacy & security in heath care it
 
Security technologies
Security technologiesSecurity technologies
Security technologies
 
Islamic information management
Islamic information managementIslamic information management
Islamic information management
 
Types of islamic institutions and records
Types of islamic institutions and recordsTypes of islamic institutions and records
Types of islamic institutions and records
 
Secure
SecureSecure
Secure
 
The information security audit
The information security auditThe information security audit
The information security audit
 
Risk management i
Risk management iRisk management i
Risk management i
 
Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02Database design, implementation, and management -chapter02
Database design, implementation, and management -chapter02
 
Database - Design & Implementation - 1
Database - Design & Implementation - 1Database - Design & Implementation - 1
Database - Design & Implementation - 1
 
The need for security
The need for securityThe need for security
The need for security
 
Strategic planning
Strategic planningStrategic planning
Strategic planning
 
Security and personnel
Security and personnelSecurity and personnel
Security and personnel
 
Islamic information seeking behavior
Islamic information seeking behaviorIslamic information seeking behavior
Islamic information seeking behavior
 

Similaire à Database design

chapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdfchapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdf
AxmedMaxamuud6
 
Structure system analysis and design method -SSADM
Structure system analysis and design method -SSADMStructure system analysis and design method -SSADM
Structure system analysis and design method -SSADM
FLYMAN TECHNOLOGY LIMITED
 
Database development progress(database)
Database development progress(database)Database development progress(database)
Database development progress(database)
welcometofacebook
 
Week 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptxWeek 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptx
NurulIzrin
 

Similaire à Database design (20)

Week 3 database design
Week 3   database designWeek 3   database design
Week 3 database design
 
IS740 Chapter 05
IS740 Chapter 05IS740 Chapter 05
IS740 Chapter 05
 
9780324665284_PPT_ch13.ppt
9780324665284_PPT_ch13.ppt9780324665284_PPT_ch13.ppt
9780324665284_PPT_ch13.ppt
 
Database Management Systems 2
Database Management Systems 2Database Management Systems 2
Database Management Systems 2
 
Business intelligence and data warehouses
Business intelligence and data warehousesBusiness intelligence and data warehouses
Business intelligence and data warehouses
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and security
 
System imolementation(Modern Systems Analysis and Design)
System imolementation(Modern Systems Analysis and Design)System imolementation(Modern Systems Analysis and Design)
System imolementation(Modern Systems Analysis and Design)
 
Is ch05
Is ch05Is ch05
Is ch05
 
chapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdfchapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdf
 
Development Lifecycle
Development LifecycleDevelopment Lifecycle
Development Lifecycle
 
Chapter 1 Introduction to Systems Analysis and Design .pptx
Chapter 1 Introduction to Systems Analysis and Design .pptxChapter 1 Introduction to Systems Analysis and Design .pptx
Chapter 1 Introduction to Systems Analysis and Design .pptx
 
Creation of Information Systems.pptx
Creation of Information Systems.pptxCreation of Information Systems.pptx
Creation of Information Systems.pptx
 
IS740 Chapter 13
IS740 Chapter 13IS740 Chapter 13
IS740 Chapter 13
 
Presentation of se
Presentation of sePresentation of se
Presentation of se
 
Lecture3
Lecture3Lecture3
Lecture3
 
Structure system analysis and design method -SSADM
Structure system analysis and design method -SSADMStructure system analysis and design method -SSADM
Structure system analysis and design method -SSADM
 
Database development progress(database)
Database development progress(database)Database development progress(database)
Database development progress(database)
 
Week 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptxWeek 2 - Database System Development Lifecycle-old.pptx
Week 2 - Database System Development Lifecycle-old.pptx
 
Visure Solutions INCOSE Tool Vendor Challenge 2013
Visure Solutions INCOSE Tool Vendor Challenge  2013Visure Solutions INCOSE Tool Vendor Challenge  2013
Visure Solutions INCOSE Tool Vendor Challenge 2013
 
ITE 101 - Week 7
ITE 101 - Week 7ITE 101 - Week 7
ITE 101 - Week 7
 

Plus de Dhani Ahmad

Information resource management
Information resource managementInformation resource management
Information resource management
Dhani Ahmad
 

Plus de Dhani Ahmad (14)

Strategic information system planning
Strategic information system planningStrategic information system planning
Strategic information system planning
 
Information resource management
Information resource managementInformation resource management
Information resource management
 
Islamic information management sources in islam
Islamic information management sources in islamIslamic information management sources in islam
Islamic information management sources in islam
 
Security policy
Security policySecurity policy
Security policy
 
Introduction to information security
Introduction to information securityIntroduction to information security
Introduction to information security
 
Information security as an ongoing effort
Information security as an ongoing effortInformation security as an ongoing effort
Information security as an ongoing effort
 
Implementing security
Implementing securityImplementing security
Implementing security
 
Disaster recovery & business continuity
Disaster recovery & business continuityDisaster recovery & business continuity
Disaster recovery & business continuity
 
Chapter2 the need to security
Chapter2 the need to securityChapter2 the need to security
Chapter2 the need to security
 
Topic 12 report & presentations
Topic 12   report & presentationsTopic 12   report & presentations
Topic 12 report & presentations
 
Topic 11 data management
Topic 11   data managementTopic 11   data management
Topic 11 data management
 
Topic 10 sample designs & procedures
Topic 10   sample designs & proceduresTopic 10   sample designs & procedures
Topic 10 sample designs & procedures
 
Topic 9 secondary data sources
Topic 9   secondary data sourcesTopic 9   secondary data sources
Topic 9 secondary data sources
 
Topic 8 questionnaire design
Topic 8   questionnaire designTopic 8   questionnaire design
Topic 8 questionnaire design
 

Dernier

Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
HyderabadDolls
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ranjankumarbehera14
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
vexqp
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
Health
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
gajnagarg
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
ahmedjiabur940
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
nirzagarg
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
HyderabadDolls
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 

Dernier (20)

Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbers
 
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 

Database design

  • 1. Database Systems: Design, Implementation, and Management Eighth Edition Chapter 9 Database Design
  • 2. Database Systems, 8th Edition 2 Objectives • In this chapter, you will learn: – That successful database design must reflect the information system of which the database is a part – That successful information systems are developed within a framework known as the Systems Development Life Cycle (SDLC)
  • 3. Database Systems, 8th Edition 3 Objectives (continued) • In this chapter, you will learn: (continued) – That within the information system, the most successful databases are subject to frequent evaluation and revision within a framework known as the Database Life Cycle (DBLC) – How to conduct evaluation and revision within the SDLC and DBLC frameworks – About database design strategies: top-down vs. bottom-up design and centralized vs. decentralized design
  • 4. Database Systems, 8th Edition 4 The Information System • Provides for data collection, storage, and retrieval • Composed of: – People, hardware, software – Database(s), application programs, procedures • Systems analysis – Process that establishes need for and extent of information system • Systems development – Process of creating information system
  • 5. Database Systems, 8th Edition 5 The Information System (continued) • Applications – Transform data into information that forms basis for decision making – Usually produce the following: • Formal report • Tabulations • Graphic displays – Composed of following two parts: • Data • Code by which data are transformed into information
  • 7. Database Systems, 8th Edition 7 The Information System (continued) • Performance depends on three factors: – Database design and implementation – Application design and implementation – Administrative procedures • Database development – Process of database design and implementation – Implementation phase includes: • Creating database storage structure • Loading data into the database • Providing for data management
  • 8. Database Systems, 8th Edition 8 The Systems Development Life Cycle (SDLC) • Traces history (life cycle) of information system • Database design and application development mapped out and evaluated • Divided into following five phases: – Planning – Analysis – Detailed systems design – Implementation – Maintenance • Iterative rather than sequential process
  • 10. Database Systems, 8th Edition 10 Planning • General overview of company and objectives • Assessment of flow-and-extent requirements – Should the existing system be continued? – Should the existing system be modified? – Should the existing system be replaced? • Study and evaluate alternate solutions – Technical aspects of hardware and software requirements – System cost – Operational cost
  • 11. Database Systems, 8th Edition 11 Analysis • Problems defined during planning phase examined in greater detail during analysis • Thorough audit of user requirements • Existing hardware and software systems are studied • Goal: – Better understanding of: • System’s functional areas • Actual and potential problems • Opportunities
  • 12. Database Systems, 8th Edition 12 Detailed Systems Design • Designer completes design of system’s processes • Includes all necessary technical specifications • Steps laid out for conversion from old to new system • Training principles and methodologies are also planned – Submitted for management approval
  • 13. Database Systems, 8th Edition 13 Implementation • Hardware, DBMS software, and application programs are installed – Database design implemented • Cycle of coding, testing, and debugging continues until database ready for delivery • Database created and system customized – Creation of tables and views – User authorizations
  • 14. Database Systems, 8th Edition 14 Maintenance • Three types of maintenance activity: – Corrective maintenance – Adaptive maintenance – Perfective maintenance • Computer-aided systems engineering (CASE) – Produce better systems within reasonable amount of time and at reasonable cost – CASE-produced applications are structured, documented, standardized
  • 15. Database Systems, 8th Edition 15 The Database Life Cycle (DBLC) • Six phases: – Database initial study – Database design – Implementation and loading – Testing and evaluation – Operation – Maintenance and evolution
  • 17. Database Systems, 8th Edition 17 The Database Initial Study • Overall purpose: – Analyze company situation – Define problems and constraints – Define objectives – Define scope and boundaries • Interactive and iterative processes required to complete first phase of DBLC successfully
  • 19. Database Systems, 8th Edition 19 The Database Initial Study (continued) • Analyze the company situation – General conditions in which company operates, its organizational structure, and its mission – Discover what company’s operational components are, how they function, and how they interact • Define problems and constraints – Formal and informal information sources – Finding precise answers is important – Accurate problem definition does not always yield a solution
  • 20. Database Systems, 8th Edition 20 • Database system objectives must correspond to those envisioned by end users – What is proposed system’s initial objective? – Will system interface with other systems in the company? – Will system share data with other systems or users? • Scope: extent of design according to operational requirements • Boundaries: limits external to system The Database Initial Study (continued)
  • 21. Database Systems, 8th Edition 21 Database Design • Necessary to concentrate on data • Characteristics required to build database model • Two views of data within system: – Business view • Data as information source – Designer’s view • Data structure, access, and activities required to transform data into information
  • 24. Database Systems, 8th Edition 24 I. Conceptual Design • Data modeling creates an abstract database structure – Represents real-world objects • Embodies clear understanding of business and its functional areas • Ensure that all data needed are in model, and that all data in model are needed • Requires four steps
  • 25. Database Systems, 8th Edition 25 I. Conceptual Design (continued) • Data analysis and requirements – Discover data element characteristics • Obtains characteristics from different sources – Take into account business rules • Derived from description of operations • Entity relationship modeling and normalization – Designer enforces standards in design documentation • Use of diagrams and symbols, documentation writing style, layout, other conventions
  • 27. Database Systems, 8th Edition 27 I. Conceptual Design (continued) • Data model verification – Verified against proposed system processes – Revision of original design • Careful reevaluation of entities • Detailed examination of attributes describing entities – Define design’s major components as modules: • Module: information system component that handles specific function
  • 30. Database Systems, 8th Edition 30 I. Conceptual Design (continued) • Data model verification (continued) – Verification process • Select central (most important) entity – Defined in terms of its participation in most of model’s relationships • Identify module or subsystem to which central entity belongs and define boundaries and scope • Place central entity within module’s framework
  • 31. Database Systems, 8th Edition 31 I. Conceptual Design (continued) • Distributed database design – Portions of database may reside in different physical locations – Processes accessing the database vary from one location to another – Designer must also develop data distribution and allocation strategies
  • 32. Database Systems, 8th Edition 32 II. DBMS Software Selection • Critical to information system’s smooth operation • Common factors affecting purchasing decisions: – Cost – DBMS features and tools – Underlying model – Portability – DBMS hardware requirements
  • 33. Database Systems, 8th Edition 33 III. Logical Design • Translate conceptual design into internal model • Logical design is software-dependent • Requires all objects be mapped to specific constructs used by selected database software – Definition of attribute domains, design of required tables, access restriction formats – Tables must correspond to entities in conceptual design • Translates software-independent conceptual model into software-dependent model
  • 35. Database Systems, 8th Edition 35 IV. Physical Design • Process of selecting data storage and data access characteristics of database • Storage characteristics are function of: – Device types supported by hardware – Type of data access methods supported by system – DBMS • More complex when data are distributed
  • 36. Database Systems, 8th Edition 36 Implementation and Loading • New database implementation requires special storage-related constructs for end-user tables • Performance – Difficult to evaluate • Not all DBMSs have tools embedded • No standard measurement • Security: – Physical and password security – Access rights and audit trails – Data encryption and diskless workstations
  • 37. Database Systems, 8th Edition 37 Implementation and Loading (continued) • Backup and Recovery – Full backup – Differential backup – Transaction log backup • Integrity – Enforced via proper use of primary, foreign key rules • Company standards – Standards may be partially defined
  • 38. Database Systems, 8th Edition 38 Testing and Evaluation • Occurs in parallel with applications programming • Database tools used to prototype applications • If implementation fails to meet some of system’s evaluation criteria: – Fine-tune specific system and DBMS configuration parameters – Modify physical or logical design – Upgrade software and/or hardware platform
  • 39. Database Systems, 8th Edition 39 Operation • Once database has passed evaluation stage, it is considered operational • Beginning of operational phase starts process of system evolution • Problems not foreseen during testing surface • Solutions may include: – Load-balancing software to distribute transactions among multiple computers – Increasing available cache
  • 40. Database Systems, 8th Edition 40 Maintenance and Evolution • Required periodic maintenance: – Preventive maintenance (backup) – Corrective maintenance (recovery) – Adaptive maintenance – Assignment of access permissions and their maintenance for new and old users – Generation of database access statistics – Periodic security audits – Periodic system-usage summaries
  • 42. Database Systems, 8th Edition 42 Database Design Strategies • Top-down design – Identifies data sets – Defines data elements for each of those sets • Definition of different entity types • Definition of each entity’s attributes • Bottom-up design – Identifies data elements (items) – Groups them together in data sets
  • 44. Database Systems, 8th Edition 44 Centralized vs. Decentralized Design • Centralized design – When data component is composed of small number of objects and procedures – Typical of small systems • Decentralized design – Data component has large number of entities – Complex relations on which complex operations performed – Problem spread across several operational sites
  • 47. Database Systems, 8th Edition 47 Centralized vs. Decentralized Design (continued) • All modules integrated into one model • Aggregation problems to be addressed: • Synonyms and homonyms • Entity and entity subtypes • Conflicting object definitions
  • 49. Database Systems, 8th Edition 49 Summary • Information system facilitates transformation of data into information – Manages both data and information • SDLC traces history (life cycle) of an application within the information system • DBLC describes history of database within the information system
  • 50. Database Systems, 8th Edition 50 Summary (continued) • Database design and implementation process moves through series of well-defined stages • Conceptual design subject to several variations: – Top-down vs. bottom-up – Centralized vs. decentralized