SlideShare a Scribd company logo
1 of 82
The Database
Development Process
Jaime E Fuentes M.Ed.T.
Learning Objectives
1. List and describe nine components of a typical database
environment.
2. Identify the Database Development Process.
3. Explain the prototyping and agile-development
approaches to database and application development.
4. Explain the differences among external, conceptual, and
internal schemas and the reasons for the Three-
Schema architecture for database development.
5. Explain the roles of the people involved in Database
Development.
2
Software Depression
The Database Environment and
Development Process
4
Software Depression
 Last few decades have seen proliferation of software
applications, many requiring constant maintenance
involving:
correcting faults,
implementing new user requirements,
modifying software to run on new or upgraded
platforms.
 Effort spent on maintenance began to absorb resources at
an alarming rate.
5
Software Depression
As a result, many major software projects were
late,
over budget,
unreliable,
difficult to maintain,
performed poorly.
In late 1960s, led to ‘software crisis’, now refer to
as the ‘software depression’.
Software Depression
6
Software Depression
Major reasons for failure of software projects
includes:
- lack of a complete requirements specification;
- lack of appropriate development methodology;
- poor decomposition of design into manageable
components.
Structured approach to development was proposed
called Information Systems Lifecycle (ISLC).
Software Depression
Information Systems…
The Database Environment and
Development Process
8
Information System
Resources that enable collection, management,
control, and dissemination of information
throughout an organization.
Database is fundamental component of IS, and its
development/usage should be viewed from
perspective of the wider requirements of the
organization.
Architecture example
CIM
EDI
External
database
access
Business
Operations
Customers
& Suppliers
External
Events
Data
validation
and
retention
Integrated
data warehouse
Access
analysis and
presentation
tools
Information
delivery system
Dialogue
Decision makers
Customers, Suppliers
A more sophisticated example...
Information Systems Architecture
Key components:
data
processes which manipulate data
network which transports data
people who perform processes and send and receive
data
events and points in time when processes are
performed
reasons for events and rules which govern data
processing
Information System Architecture
Components of the Database
Environment
The Database Environment and
Development Process
13
Components of the Database Environment
Database Development Process
The Database Environment and
Development Process
Database Development Process
 How do organizations start developing a database?
 In many organizations, database development begins with
enterprise data modeling, which establishes the range
and general contents of organizational databases.
 Its purpose is to create an overall picture or explanation of
organizational data, not the design for a particular
database.
 A particular database provides the data for one or more
information systems, whereas an enterprise data model,
which may encompass many databases, describes the
scope of data maintained by the organization.
 In enterprise data modeling, you review current
systems, analyze the nature of the business areas to be
supported, describe the data needed at a very high level of
Database Development Process
Database System Development Lifecycle
Database planning
System definition
Requirements collection and analysis
Database design
DBMS selection (optional)
18
Database System Development Lifecycle
Application design
Prototyping (optional)
Implementation
Data conversion and loading
Testing
Operational maintenance
Database System Development Lifecycle
19
Stages of the Database System Development
Lifecycle
20
Database Planning
Management activities that allow stages of
database system development lifecycle to be
realized as efficiently and effectively as possible.
Must be integrated with overall IS strategy of the
organization.
21
Database Planning – Mission Statement
Mission statement for the database project defines
major aims of database application.
Those driving database project normally define the
mission statement.
Mission statement helps clarify purpose of the
database project and provides clearer path towards
the efficient and effective creation of required
database system.
22
Database Planning – Mission Objectives
Once mission statement is defined, mission
objectives are defined.
Each objective should identify a particular task that
the database must support.
May be accompanied by some additional
information that specifies the work to be done, the
resources with which to do it, and the money to
pay for it all.
23
Database Planning
Database planning should also include development
of standards that govern:
how data will be collected,
how the format should be specified,
what necessary documentation will be needed,
how design and implementation should proceed.
24
System Definition
Describes scope and boundaries of database system
and the major user views.
User view defines what is required of a database
system from perspective of:
 a particular job role (such as Manager or
Supervisor) or
enterprise application area (such as marketing,
personnel, or stock control).
25
System Definition
Database application may have one or more user
views.
Identifying user views helps ensure that no major
users of the database are forgotten when
developing requirements for new system.
User views also help in development of complex
database system allowing requirements to be
broken down into manageable pieces.
System Definition
26
Representation of a Database System with
Multiple User Views
27
Requirements Collection and Analysis
 Process of collecting and analysing information about the part of organization
to be supported by the database system, and using this information to identify
users’ requirements of new system.
 Information is gathered for each major user view including:
 a description of data used or generated;
 details of how data is to be used/generated;
 any additional requirements for new database system.
 Information is analyzed to identify requirements to be included in new database
system. Described in the requirements specification.
 Another important activity is deciding how to manage the requirements for a
database system with multiple user views.
 Three main approaches:
 centralized approach;
 view integration approach;
 combination of both approaches.
28
Requirements Collection and Analysis
Centralized approach
Requirements for each user view are merged into
a single set of requirements.
A data model is created representing all user
views during the database design stage.
Requirements Collection and Analysis
29
Centralized Approach to Managing Multiple
User Views
30
Requirements Collection and Analysis
 View integration approach
 Requirements for each user view remain as separate lists.
 Data models representing each user view are created and then
merged later during the database design stage.
 Data model representing single user view (or a subset of all user
views) is called a local data model.
 Each model includes diagrams and documentation describing
requirements for one or more but not all user views of database.
 Local data models are then merged at a later stage during database
design to produce a global data model, which represents all user
views for the database.
31
View Integration Approach to Managing
Multiple User Views
32
Database Design
 Process of creating a design for a database that will support the enterprise’s
mission statement and mission objectives for the required database system.
 Main approaches include:
 Top-down
 Bottom-up
 Inside-out
 Mixed
 Main purposes of data modeling include:
 to assist in understanding the meaning (semantics) of the data;
 to facilitate communication about the information requirements.
 Building data model requires answering questions about entities, relationships,
and attributes.
 A data model ensures we understand:
- each user’s perspective of the data;
- nature of the data itself, independent of its physical representations;
- use of data across user views.
33
Criteria to Produce an Optimal Data Model
34
Database Design
Three phases of database design:
Conceptual database design
Logical database design
Physical database design.
35
Conceptual Database Design
Process of constructing a model of the data used in
an enterprise, independent of all physical
considerations.
Data model is built using the information in users’
requirements specification.
Conceptual data model is source of information for
logical design phase.
36
Logical Database Design
Process of constructing a model of the data
used in an enterprise based on a specific data
model (e.g. relational), but independent of a
particular DBMS and other physical
considerations.
Conceptual data model is refined and mapped
on to a logical data model.
37
Physical Database Design
Process of producing a description of the
database implementation on secondary storage.
Describes base relations, file organizations, and
indexes used to achieve efficient access to
data. Also describes any associated integrity
constraints and secuirty measures.
Tailored to a specific DBMS system.
38
Three-Level ANSI-SPARC Architecture
and Phases of Database Design
39
DBMS Selection
Selection of an appropriate DBMS to support the
database system.
Undertaken at any time prior to logical design
provided sufficient information is available
regarding system requirements.
Main steps to selecting a DBMS:
define Terms of Reference of study;
shortlist two or three products;
evaluate products;
recommend selection and produce report.
40
DBMS Evaluation Features
Pearson Education © 2009
41
DBMS Evaluation Features
DBMS Evaluation Features
42
Example - Evaluation of DBMS Product
43
Application Design
Design of user interface and application
programs that use and process the
database.
Database design and application design are
parallel activities.
Includes two important activities:
transaction design;
user interface design.
44
Application Design - Transactions
An action, or series of actions, carried out by a
single user or application program, which
accesses or changes content of the database.
Should define and document the high-level
characteristics of the transactions required.
45
Application Design - Transactions
Important characteristics of transactions:
data to be used by the transaction;
functional characteristics of the transaction;
output of the transaction;
importance to the users;
expected rate of usage.
Three main types of transactions: retrieval,
update, and mixed.
Application Design - Transactions
46
Prototyping
Building working model of a database system.
Purpose
to identify features of a system that work well, or
are inadequate;
to suggest improvements or even new features;
to clarify the users’ requirements;
to evaluate feasibility of a particular system
design.
47
Implementation
Physical realization of the database and
application designs.
Use DDL to create database schemas and empty
database files.
Use DDL to create any specified user views.
Use 3GL or 4GL to create the application
programs. This will include the database
transactions implemented using the DML,
possibly embedded in a host programming
language.
48
Data Conversion and Loading
Transferring any existing data into new database
and converting any existing applications to run on
new database.
Only required when new database system is
replacing an old system.
DBMS normally has utility that loads existing files
into new database.
May be possible to convert and use application
programs from old system for use by new system.
49
Testing
Process of running the database system with
intent of finding errors.
Use carefully planned test strategies and realistic
data.
Testing cannot show absence of faults; it can
show only that software faults are present.
Demonstrates that database and application
programs appear to be working according to
requirements.
50
Testing
Should also test usability of system.
Evaluation conducted against a usability
specification.
Examples of criteria include:
Learnability;
Performance;
Robustness;
Recoverability;
Adaptability.
Testing
51
Operational Maintenance
Process of monitoring and maintaining
database system following installation.
Monitoring performance of system.
if performance falls, may require tuning or
reorganization of the database.
Maintaining and upgrading database
application (when required).
Incorporating new requirements into database
application.
52
CASE Tools
Support provided by CASE tools include:
- data dictionary to store information about
database system’s data;
- design tools to support data analysis;
- tools to permit development of corporate data
model, and conceptual and logical data models;
- tools to enable prototyping of applications.
53
CASE Tools and Database System
Development Lifecycle
54
Data Administration and Database Administration
The Data Administrator (DA) and Database Administrator
(DBA) are responsible for managing and controlling the
corporate data and corporate database, respectively.
DA is more concerned with early stages of database system
development lifecycle and DBA is more concerned with
later stages.
Management of data resource including:
database planning,
development and maintenance of standards, policies and
procedures, and conceptual and logical database design.
Approaches to Database
Development
The Database Environment and
Development Process
Two Approaches to Database
Development
56
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
Systems Development Life Cycle
57
Planning
Analysis
Physical Design
Implementation
Maintenance
Logical Design
Systems Development Life Cycle
(cont.)
58
Planning
Analysis
Physical Design
Implementation
Maintenance
Logical Design
Planning Purpose–preliminary understanding
Deliverable–request for study
Database activity–
enterprise modeling and
early conceptual data
modeling
Systems Development Life Cycle
(cont.)
59
Planning
Analysis
Physical Design
Implementation
Maintenance
Logical Design
Analysis
Purpose–thorough requirements analysis
and structuring
Deliverable–functional system specifications
Database activity–thorough
and integrated conceptual
data modeling
Systems Development Life Cycle
(cont.)
60
Planning
Analysis
Physical Design
Implementation
Maintenance
Logical Design
Logical Design
Purpose–information requirements elicitation
and structure
Deliverable–detailed design specifications
Database activity–
logical database design
(transactions, forms,
displays, views, data
integrity and security)
Systems Development Life Cycle
61
Planning
Analysis
Physical Design
Implementation
Maintenance
Logical Design
Physical Design
Purpose–develop technology and
organizational specifications
Deliverable–program/data
structures, technology purchases,
organization redesigns
Database activity–
physical database design (define
database to DBMS, physical
data organization, database
processing programs)
Systems Development Life Cycle
62
Planning
Analysis
Physical Design
Implementation
Maintenance
Logical Design
Implementation
Purpose–programming, testing,
training, installation, documenting
Deliverable–operational programs,
documentation, training materials
Database activity–
database implementation,
including coded programs,
documentation,
installation and conversion
Systems Development Life Cycle
63
Planning
Analysis
Physical Design
Implementation
Maintenance
Logical Design
Maintenance
Purpose–monitor, repair, enhance
Deliverable–periodic audits
Database activity–
database maintenance,
performance analysis
and tuning, error
corrections
Prototyping Database Methodology
65
Prototyping Database Methodology
66
Prototyping Database Methodology
67
Prototyping Database Methodology
68
Prototyping Database Methodology
Architecture for Database
Development
The Database Environment and
Development Process
Enterprise Data Modeling
The first step in
database
development, in
which the scope and
general contents of
organizational
databases are
specified.
Enterprise Data Model
 A model which includes:
 overall range of organizational databases
 general contents of organizational databases
 Built as part of IS planning for the organization and not the
design of a particular database
 One part of an organization’s overall information systems
architecture (ISA)
Enterprise Data Modeling
Determine user requirements
Determine business rules
Build conceptual data model
outcome is an entity-relationship
diagram or similar
communication
tool
population of repository
Conceptual Database Modeling
Logical Database Design
Select logical database model
commit to a database
alternative
Map Entity-Relationship
Diagrams
Normalize data structures
Specify business rules
Physical Database Design
Select DBMS
Select storage devices
Determine access methods
Design files and indexes
Determine database
distribution
Specify update strategies
Database implementation
Code and test database processing
programs
Complete documentation
Install database and convert data
Database Maintenance
Analyze database and
applications to ensure
evolving information
requirements are being met
Tune database for improved
performance
Fix errors
Provide data recovery when
needed
Documentation
most formal development methodologies
are documentation based
helps managers monitor progress and
quality of project
facilitates communication between team
members
includes models
various stages are not complete until
documentation is accepted
Managing the People Involved in
Database Development
The Database Environment and
Development Process
Managing Projects:
People Involved
79
A project is a planned undertaking of related
activities to reach an objective that has a
beginning and an end.
A project begins with the first steps of the Project
Initiation and Planning phase and ends with the
last steps of the Implementation phase.
A senior systems or database analyst will be
assigned to be project leader.
This person is responsible for creating detailed
project plans as well as staffing and supervising
the project team.
Managing Projects:
People Involved
80
A project is initiated and planned in the:
 Planning phase;
executed during Analysis, Logical Design,
Physical Design, and Implementation phases;
and closed down at the end of implementation.
During initiation, the project team is formed.
A systems or database development team can
include one or more of the following:
(cont. next slide)
Managing Projects:
People Involved
81
Business analysts
Systems analysts
Database analysts and data modelers
Users
Programmers
Database architects
Data administrators
Project managers
Other technical experts
Copyright

More Related Content

What's hot

07 software connectors
07 software connectors07 software connectors
07 software connectorsMajong DevJfu
 
Database development life cycle unit 2 part 1
Database development life cycle  unit 2 part 1Database development life cycle  unit 2 part 1
Database development life cycle unit 2 part 1Ram Paliwal
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysisasimnawaz54
 
Basic Software Effort Estimation
Basic Software Effort EstimationBasic Software Effort Estimation
Basic Software Effort Estimationumair khan
 
Ch 2-introduction to dbms
Ch 2-introduction to dbmsCh 2-introduction to dbms
Ch 2-introduction to dbmsRupali Rana
 
Information Management unit 3 Database management systems
Information Management unit 3 Database management systemsInformation Management unit 3 Database management systems
Information Management unit 3 Database management systemsGanesha Pandian
 
Ch 10 basic organization design
Ch 10 basic organization designCh 10 basic organization design
Ch 10 basic organization designErum Iqbal
 
Introduction to structured query language (sql)
Introduction to structured query language (sql)Introduction to structured query language (sql)
Introduction to structured query language (sql)Dhani Ahmad
 
Ch 6 managers as decision makers
Ch 6 managers as decision makersCh 6 managers as decision makers
Ch 6 managers as decision makersNardin A
 
Chapter10 conceptual data modeling
Chapter10 conceptual data modelingChapter10 conceptual data modeling
Chapter10 conceptual data modelingDhani Ahmad
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemNishant Munjal
 
Organizational Framework and Competitive Strategy
Organizational Framework and Competitive StrategyOrganizational Framework and Competitive Strategy
Organizational Framework and Competitive StrategyRenjoie Soriano
 
Chapter 11 management (10 th edition) by robbins and coulter
Chapter 11 management (10 th edition) by robbins and coulterChapter 11 management (10 th edition) by robbins and coulter
Chapter 11 management (10 th edition) by robbins and coulterMd. Abul Ala
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagramnethisip13
 
analysis and design of information system
analysis and design of information systemanalysis and design of information system
analysis and design of information systemRenu Sharma
 
Chapter 7 management (10 th edition) by robbins and coulter
Chapter 7 management (10 th edition) by robbins and coulterChapter 7 management (10 th edition) by robbins and coulter
Chapter 7 management (10 th edition) by robbins and coulterMd. Abul Ala
 
Data Stream Management
Data Stream ManagementData Stream Management
Data Stream ManagementJohn Mike
 

What's hot (20)

07 software connectors
07 software connectors07 software connectors
07 software connectors
 
Database development life cycle unit 2 part 1
Database development life cycle  unit 2 part 1Database development life cycle  unit 2 part 1
Database development life cycle unit 2 part 1
 
Requirements analysis
Requirements analysisRequirements analysis
Requirements analysis
 
Data dictionary
Data dictionaryData dictionary
Data dictionary
 
Basic Software Effort Estimation
Basic Software Effort EstimationBasic Software Effort Estimation
Basic Software Effort Estimation
 
Ch 2-introduction to dbms
Ch 2-introduction to dbmsCh 2-introduction to dbms
Ch 2-introduction to dbms
 
Information Management unit 3 Database management systems
Information Management unit 3 Database management systemsInformation Management unit 3 Database management systems
Information Management unit 3 Database management systems
 
Ch 10 basic organization design
Ch 10 basic organization designCh 10 basic organization design
Ch 10 basic organization design
 
Introduction to structured query language (sql)
Introduction to structured query language (sql)Introduction to structured query language (sql)
Introduction to structured query language (sql)
 
Ch 6 managers as decision makers
Ch 6 managers as decision makersCh 6 managers as decision makers
Ch 6 managers as decision makers
 
Chapter10 conceptual data modeling
Chapter10 conceptual data modelingChapter10 conceptual data modeling
Chapter10 conceptual data modeling
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Organizational Framework and Competitive Strategy
Organizational Framework and Competitive StrategyOrganizational Framework and Competitive Strategy
Organizational Framework and Competitive Strategy
 
Chapter 11 management (10 th edition) by robbins and coulter
Chapter 11 management (10 th edition) by robbins and coulterChapter 11 management (10 th edition) by robbins and coulter
Chapter 11 management (10 th edition) by robbins and coulter
 
Data Flow Diagram
Data Flow DiagramData Flow Diagram
Data Flow Diagram
 
Requirements engineering
Requirements engineeringRequirements engineering
Requirements engineering
 
analysis and design of information system
analysis and design of information systemanalysis and design of information system
analysis and design of information system
 
Chapter 7 management (10 th edition) by robbins and coulter
Chapter 7 management (10 th edition) by robbins and coulterChapter 7 management (10 th edition) by robbins and coulter
Chapter 7 management (10 th edition) by robbins and coulter
 
Data Stream Management
Data Stream ManagementData Stream Management
Data Stream Management
 
DBMS Bascis
DBMS BascisDBMS Bascis
DBMS Bascis
 

Similar to Week 7 Database Development Process

Methodology conceptual databases design roll no. 99 & 111
Methodology conceptual databases design roll no. 99 & 111Methodology conceptual databases design roll no. 99 & 111
Methodology conceptual databases design roll no. 99 & 111Manoj Nolkha
 
Web Database integration
Web Database integrationWeb Database integration
Web Database integrationUmArKaWiSh
 
Discuss the concept of strategic business–IT alignment and how it .docx
Discuss the concept of strategic business–IT alignment and how it .docxDiscuss the concept of strategic business–IT alignment and how it .docx
Discuss the concept of strategic business–IT alignment and how it .docxlynettearnold46882
 
Database design process
Database design processDatabase design process
Database design processTayyab Hameed
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxLaticiaGrissomzz
 
Database Management Systems 2
Database Management Systems 2Database Management Systems 2
Database Management Systems 2Nickkisha Farrell
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Usman Tariq
 
Analyzing Systems Using Data Flow Diagrams
Analyzing Systems Using Data Flow DiagramsAnalyzing Systems Using Data Flow Diagrams
Analyzing Systems Using Data Flow DiagramsChristina Valadez
 
Database development life cycle
Database development life cycleDatabase development life cycle
Database development life cycleAfrasiyab Haider
 
Bi Capacity Planning
Bi Capacity PlanningBi Capacity Planning
Bi Capacity Planningmstmike
 
Introduction to DBMS.pptx
Introduction to DBMS.pptxIntroduction to DBMS.pptx
Introduction to DBMS.pptxSreenivas R
 
CP 121_2.pptx about time to be implement
CP 121_2.pptx about time to be implementCP 121_2.pptx about time to be implement
CP 121_2.pptx about time to be implementflyinimohamed
 
Database management systems
Database management systemsDatabase management systems
Database management systemsJoel Briza
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )Kimberly Brooks
 

Similar to Week 7 Database Development Process (20)

Db lecture 2
Db lecture 2Db lecture 2
Db lecture 2
 
Methodology conceptual databases design roll no. 99 & 111
Methodology conceptual databases design roll no. 99 & 111Methodology conceptual databases design roll no. 99 & 111
Methodology conceptual databases design roll no. 99 & 111
 
Web Database integration
Web Database integrationWeb Database integration
Web Database integration
 
Discuss the concept of strategic business–IT alignment and how it .docx
Discuss the concept of strategic business–IT alignment and how it .docxDiscuss the concept of strategic business–IT alignment and how it .docx
Discuss the concept of strategic business–IT alignment and how it .docx
 
Database design process
Database design processDatabase design process
Database design process
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
 
Database Management Systems 2
Database Management Systems 2Database Management Systems 2
Database Management Systems 2
 
Fulltext01
Fulltext01Fulltext01
Fulltext01
 
Ems
EmsEms
Ems
 
Data models
Data modelsData models
Data models
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
 
Analyzing Systems Using Data Flow Diagrams
Analyzing Systems Using Data Flow DiagramsAnalyzing Systems Using Data Flow Diagrams
Analyzing Systems Using Data Flow Diagrams
 
Database development life cycle
Database development life cycleDatabase development life cycle
Database development life cycle
 
Bi Capacity Planning
Bi Capacity PlanningBi Capacity Planning
Bi Capacity Planning
 
Introduction to DBMS.pptx
Introduction to DBMS.pptxIntroduction to DBMS.pptx
Introduction to DBMS.pptx
 
CP 121_2.pptx about time to be implement
CP 121_2.pptx about time to be implementCP 121_2.pptx about time to be implement
CP 121_2.pptx about time to be implement
 
INT 1010 07-5.pdf
INT 1010 07-5.pdfINT 1010 07-5.pdf
INT 1010 07-5.pdf
 
Project report
Project reportProject report
Project report
 
Database management systems
Database management systemsDatabase management systems
Database management systems
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )
 

More from oudesign

Week 8 multicultural images OUacademicTech
Week 8 multicultural images OUacademicTechWeek 8 multicultural images OUacademicTech
Week 8 multicultural images OUacademicTechoudesign
 
ITS-35505-Amazing_photoshop_slideshow
ITS-35505-Amazing_photoshop_slideshowITS-35505-Amazing_photoshop_slideshow
ITS-35505-Amazing_photoshop_slideshowoudesign
 
CST 20363 Session 7 - Blockchain
CST 20363 Session 7 - BlockchainCST 20363 Session 7 - Blockchain
CST 20363 Session 7 - Blockchainoudesign
 
CST 20363 Session 6 Cybersecurity Policy
CST 20363 Session 6 Cybersecurity PolicyCST 20363 Session 6 Cybersecurity Policy
CST 20363 Session 6 Cybersecurity Policyoudesign
 
CST 20363 Session 6 Cyberspace
CST 20363 Session 6 CyberspaceCST 20363 Session 6 Cyberspace
CST 20363 Session 6 Cyberspaceoudesign
 
CST 20363 Session 5 Robotics
CST 20363 Session 5 RoboticsCST 20363 Session 5 Robotics
CST 20363 Session 5 Roboticsoudesign
 
CST 20363 Session 3
CST 20363 Session 3CST 20363 Session 3
CST 20363 Session 3oudesign
 
CST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic DesignCST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic Designoudesign
 
CST 20363 Session 2
CST 20363 Session 2CST 20363 Session 2
CST 20363 Session 2oudesign
 
CST 20363-Session 1.2-A Brief History of Computing
CST 20363-Session 1.2-A Brief History of ComputingCST 20363-Session 1.2-A Brief History of Computing
CST 20363-Session 1.2-A Brief History of Computingoudesign
 
CST-20363-Session 1.1-Something Called CS
CST-20363-Session 1.1-Something Called CSCST-20363-Session 1.1-Something Called CS
CST-20363-Session 1.1-Something Called CSoudesign
 
CST-20363-Session 1-In the Bitginning
CST-20363-Session 1-In the BitginningCST-20363-Session 1-In the Bitginning
CST-20363-Session 1-In the Bitginningoudesign
 
Synthetic Division
Synthetic DivisionSynthetic Division
Synthetic Divisionoudesign
 
Week 6 Normalization
Week 6 NormalizationWeek 6 Normalization
Week 6 Normalizationoudesign
 
Week 4 The Relational Data Model & The Entity Relationship Data Model
Week 4 The Relational Data Model & The Entity Relationship Data ModelWeek 4 The Relational Data Model & The Entity Relationship Data Model
Week 4 The Relational Data Model & The Entity Relationship Data Modeloudesign
 
Week 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data ModelingWeek 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data Modelingoudesign
 
Week 2 Characteristics & Benefits of a Database & Types of Data Models
Week 2 Characteristics & Benefits of a Database & Types of Data ModelsWeek 2 Characteristics & Benefits of a Database & Types of Data Models
Week 2 Characteristics & Benefits of a Database & Types of Data Modelsoudesign
 
Week 1 Lab Directions
Week 1 Lab DirectionsWeek 1 Lab Directions
Week 1 Lab Directionsoudesign
 
Week 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental ConceptsWeek 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental Conceptsoudesign
 
ACG 7000 Week 5 Developmental Psychology
ACG 7000 Week 5 Developmental PsychologyACG 7000 Week 5 Developmental Psychology
ACG 7000 Week 5 Developmental Psychologyoudesign
 

More from oudesign (20)

Week 8 multicultural images OUacademicTech
Week 8 multicultural images OUacademicTechWeek 8 multicultural images OUacademicTech
Week 8 multicultural images OUacademicTech
 
ITS-35505-Amazing_photoshop_slideshow
ITS-35505-Amazing_photoshop_slideshowITS-35505-Amazing_photoshop_slideshow
ITS-35505-Amazing_photoshop_slideshow
 
CST 20363 Session 7 - Blockchain
CST 20363 Session 7 - BlockchainCST 20363 Session 7 - Blockchain
CST 20363 Session 7 - Blockchain
 
CST 20363 Session 6 Cybersecurity Policy
CST 20363 Session 6 Cybersecurity PolicyCST 20363 Session 6 Cybersecurity Policy
CST 20363 Session 6 Cybersecurity Policy
 
CST 20363 Session 6 Cyberspace
CST 20363 Session 6 CyberspaceCST 20363 Session 6 Cyberspace
CST 20363 Session 6 Cyberspace
 
CST 20363 Session 5 Robotics
CST 20363 Session 5 RoboticsCST 20363 Session 5 Robotics
CST 20363 Session 5 Robotics
 
CST 20363 Session 3
CST 20363 Session 3CST 20363 Session 3
CST 20363 Session 3
 
CST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic DesignCST 20363 Session 4 Computer Logic Design
CST 20363 Session 4 Computer Logic Design
 
CST 20363 Session 2
CST 20363 Session 2CST 20363 Session 2
CST 20363 Session 2
 
CST 20363-Session 1.2-A Brief History of Computing
CST 20363-Session 1.2-A Brief History of ComputingCST 20363-Session 1.2-A Brief History of Computing
CST 20363-Session 1.2-A Brief History of Computing
 
CST-20363-Session 1.1-Something Called CS
CST-20363-Session 1.1-Something Called CSCST-20363-Session 1.1-Something Called CS
CST-20363-Session 1.1-Something Called CS
 
CST-20363-Session 1-In the Bitginning
CST-20363-Session 1-In the BitginningCST-20363-Session 1-In the Bitginning
CST-20363-Session 1-In the Bitginning
 
Synthetic Division
Synthetic DivisionSynthetic Division
Synthetic Division
 
Week 6 Normalization
Week 6 NormalizationWeek 6 Normalization
Week 6 Normalization
 
Week 4 The Relational Data Model & The Entity Relationship Data Model
Week 4 The Relational Data Model & The Entity Relationship Data ModelWeek 4 The Relational Data Model & The Entity Relationship Data Model
Week 4 The Relational Data Model & The Entity Relationship Data Model
 
Week 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data ModelingWeek 3 Classification of Database Management Systems & Data Modeling
Week 3 Classification of Database Management Systems & Data Modeling
 
Week 2 Characteristics & Benefits of a Database & Types of Data Models
Week 2 Characteristics & Benefits of a Database & Types of Data ModelsWeek 2 Characteristics & Benefits of a Database & Types of Data Models
Week 2 Characteristics & Benefits of a Database & Types of Data Models
 
Week 1 Lab Directions
Week 1 Lab DirectionsWeek 1 Lab Directions
Week 1 Lab Directions
 
Week 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental ConceptsWeek 1 Before the Advent of Database Systems & Fundamental Concepts
Week 1 Before the Advent of Database Systems & Fundamental Concepts
 
ACG 7000 Week 5 Developmental Psychology
ACG 7000 Week 5 Developmental PsychologyACG 7000 Week 5 Developmental Psychology
ACG 7000 Week 5 Developmental Psychology
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Week 7 Database Development Process

  • 2. Learning Objectives 1. List and describe nine components of a typical database environment. 2. Identify the Database Development Process. 3. Explain the prototyping and agile-development approaches to database and application development. 4. Explain the differences among external, conceptual, and internal schemas and the reasons for the Three- Schema architecture for database development. 5. Explain the roles of the people involved in Database Development. 2
  • 3. Software Depression The Database Environment and Development Process
  • 4. 4 Software Depression  Last few decades have seen proliferation of software applications, many requiring constant maintenance involving: correcting faults, implementing new user requirements, modifying software to run on new or upgraded platforms.  Effort spent on maintenance began to absorb resources at an alarming rate.
  • 5. 5 Software Depression As a result, many major software projects were late, over budget, unreliable, difficult to maintain, performed poorly. In late 1960s, led to ‘software crisis’, now refer to as the ‘software depression’. Software Depression
  • 6. 6 Software Depression Major reasons for failure of software projects includes: - lack of a complete requirements specification; - lack of appropriate development methodology; - poor decomposition of design into manageable components. Structured approach to development was proposed called Information Systems Lifecycle (ISLC). Software Depression
  • 7. Information Systems… The Database Environment and Development Process
  • 8. 8 Information System Resources that enable collection, management, control, and dissemination of information throughout an organization. Database is fundamental component of IS, and its development/usage should be viewed from perspective of the wider requirements of the organization.
  • 9. Architecture example CIM EDI External database access Business Operations Customers & Suppliers External Events Data validation and retention Integrated data warehouse Access analysis and presentation tools Information delivery system Dialogue Decision makers Customers, Suppliers
  • 10. A more sophisticated example...
  • 11. Information Systems Architecture Key components: data processes which manipulate data network which transports data people who perform processes and send and receive data events and points in time when processes are performed reasons for events and rules which govern data processing Information System Architecture
  • 12. Components of the Database Environment The Database Environment and Development Process
  • 13. 13 Components of the Database Environment
  • 14. Database Development Process The Database Environment and Development Process
  • 15. Database Development Process  How do organizations start developing a database?  In many organizations, database development begins with enterprise data modeling, which establishes the range and general contents of organizational databases.  Its purpose is to create an overall picture or explanation of organizational data, not the design for a particular database.  A particular database provides the data for one or more information systems, whereas an enterprise data model, which may encompass many databases, describes the scope of data maintained by the organization.  In enterprise data modeling, you review current systems, analyze the nature of the business areas to be supported, describe the data needed at a very high level of
  • 17. Database System Development Lifecycle Database planning System definition Requirements collection and analysis Database design DBMS selection (optional)
  • 18. 18 Database System Development Lifecycle Application design Prototyping (optional) Implementation Data conversion and loading Testing Operational maintenance Database System Development Lifecycle
  • 19. 19 Stages of the Database System Development Lifecycle
  • 20. 20 Database Planning Management activities that allow stages of database system development lifecycle to be realized as efficiently and effectively as possible. Must be integrated with overall IS strategy of the organization.
  • 21. 21 Database Planning – Mission Statement Mission statement for the database project defines major aims of database application. Those driving database project normally define the mission statement. Mission statement helps clarify purpose of the database project and provides clearer path towards the efficient and effective creation of required database system.
  • 22. 22 Database Planning – Mission Objectives Once mission statement is defined, mission objectives are defined. Each objective should identify a particular task that the database must support. May be accompanied by some additional information that specifies the work to be done, the resources with which to do it, and the money to pay for it all.
  • 23. 23 Database Planning Database planning should also include development of standards that govern: how data will be collected, how the format should be specified, what necessary documentation will be needed, how design and implementation should proceed.
  • 24. 24 System Definition Describes scope and boundaries of database system and the major user views. User view defines what is required of a database system from perspective of:  a particular job role (such as Manager or Supervisor) or enterprise application area (such as marketing, personnel, or stock control).
  • 25. 25 System Definition Database application may have one or more user views. Identifying user views helps ensure that no major users of the database are forgotten when developing requirements for new system. User views also help in development of complex database system allowing requirements to be broken down into manageable pieces. System Definition
  • 26. 26 Representation of a Database System with Multiple User Views
  • 27. 27 Requirements Collection and Analysis  Process of collecting and analysing information about the part of organization to be supported by the database system, and using this information to identify users’ requirements of new system.  Information is gathered for each major user view including:  a description of data used or generated;  details of how data is to be used/generated;  any additional requirements for new database system.  Information is analyzed to identify requirements to be included in new database system. Described in the requirements specification.  Another important activity is deciding how to manage the requirements for a database system with multiple user views.  Three main approaches:  centralized approach;  view integration approach;  combination of both approaches.
  • 28. 28 Requirements Collection and Analysis Centralized approach Requirements for each user view are merged into a single set of requirements. A data model is created representing all user views during the database design stage. Requirements Collection and Analysis
  • 29. 29 Centralized Approach to Managing Multiple User Views
  • 30. 30 Requirements Collection and Analysis  View integration approach  Requirements for each user view remain as separate lists.  Data models representing each user view are created and then merged later during the database design stage.  Data model representing single user view (or a subset of all user views) is called a local data model.  Each model includes diagrams and documentation describing requirements for one or more but not all user views of database.  Local data models are then merged at a later stage during database design to produce a global data model, which represents all user views for the database.
  • 31. 31 View Integration Approach to Managing Multiple User Views
  • 32. 32 Database Design  Process of creating a design for a database that will support the enterprise’s mission statement and mission objectives for the required database system.  Main approaches include:  Top-down  Bottom-up  Inside-out  Mixed  Main purposes of data modeling include:  to assist in understanding the meaning (semantics) of the data;  to facilitate communication about the information requirements.  Building data model requires answering questions about entities, relationships, and attributes.  A data model ensures we understand: - each user’s perspective of the data; - nature of the data itself, independent of its physical representations; - use of data across user views.
  • 33. 33 Criteria to Produce an Optimal Data Model
  • 34. 34 Database Design Three phases of database design: Conceptual database design Logical database design Physical database design.
  • 35. 35 Conceptual Database Design Process of constructing a model of the data used in an enterprise, independent of all physical considerations. Data model is built using the information in users’ requirements specification. Conceptual data model is source of information for logical design phase.
  • 36. 36 Logical Database Design Process of constructing a model of the data used in an enterprise based on a specific data model (e.g. relational), but independent of a particular DBMS and other physical considerations. Conceptual data model is refined and mapped on to a logical data model.
  • 37. 37 Physical Database Design Process of producing a description of the database implementation on secondary storage. Describes base relations, file organizations, and indexes used to achieve efficient access to data. Also describes any associated integrity constraints and secuirty measures. Tailored to a specific DBMS system.
  • 38. 38 Three-Level ANSI-SPARC Architecture and Phases of Database Design
  • 39. 39 DBMS Selection Selection of an appropriate DBMS to support the database system. Undertaken at any time prior to logical design provided sufficient information is available regarding system requirements. Main steps to selecting a DBMS: define Terms of Reference of study; shortlist two or three products; evaluate products; recommend selection and produce report.
  • 41. 41 DBMS Evaluation Features DBMS Evaluation Features
  • 42. 42 Example - Evaluation of DBMS Product
  • 43. 43 Application Design Design of user interface and application programs that use and process the database. Database design and application design are parallel activities. Includes two important activities: transaction design; user interface design.
  • 44. 44 Application Design - Transactions An action, or series of actions, carried out by a single user or application program, which accesses or changes content of the database. Should define and document the high-level characteristics of the transactions required.
  • 45. 45 Application Design - Transactions Important characteristics of transactions: data to be used by the transaction; functional characteristics of the transaction; output of the transaction; importance to the users; expected rate of usage. Three main types of transactions: retrieval, update, and mixed. Application Design - Transactions
  • 46. 46 Prototyping Building working model of a database system. Purpose to identify features of a system that work well, or are inadequate; to suggest improvements or even new features; to clarify the users’ requirements; to evaluate feasibility of a particular system design.
  • 47. 47 Implementation Physical realization of the database and application designs. Use DDL to create database schemas and empty database files. Use DDL to create any specified user views. Use 3GL or 4GL to create the application programs. This will include the database transactions implemented using the DML, possibly embedded in a host programming language.
  • 48. 48 Data Conversion and Loading Transferring any existing data into new database and converting any existing applications to run on new database. Only required when new database system is replacing an old system. DBMS normally has utility that loads existing files into new database. May be possible to convert and use application programs from old system for use by new system.
  • 49. 49 Testing Process of running the database system with intent of finding errors. Use carefully planned test strategies and realistic data. Testing cannot show absence of faults; it can show only that software faults are present. Demonstrates that database and application programs appear to be working according to requirements.
  • 50. 50 Testing Should also test usability of system. Evaluation conducted against a usability specification. Examples of criteria include: Learnability; Performance; Robustness; Recoverability; Adaptability. Testing
  • 51. 51 Operational Maintenance Process of monitoring and maintaining database system following installation. Monitoring performance of system. if performance falls, may require tuning or reorganization of the database. Maintaining and upgrading database application (when required). Incorporating new requirements into database application.
  • 52. 52 CASE Tools Support provided by CASE tools include: - data dictionary to store information about database system’s data; - design tools to support data analysis; - tools to permit development of corporate data model, and conceptual and logical data models; - tools to enable prototyping of applications.
  • 53. 53 CASE Tools and Database System Development Lifecycle
  • 54. 54 Data Administration and Database Administration The Data Administrator (DA) and Database Administrator (DBA) are responsible for managing and controlling the corporate data and corporate database, respectively. DA is more concerned with early stages of database system development lifecycle and DBA is more concerned with later stages. Management of data resource including: database planning, development and maintenance of standards, policies and procedures, and conceptual and logical database design.
  • 55. Approaches to Database Development The Database Environment and Development Process
  • 56. Two Approaches to Database Development 56 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
  • 57. Systems Development Life Cycle 57 Planning Analysis Physical Design Implementation Maintenance Logical Design
  • 58. Systems Development Life Cycle (cont.) 58 Planning Analysis Physical Design Implementation Maintenance Logical Design Planning Purpose–preliminary understanding Deliverable–request for study Database activity– enterprise modeling and early conceptual data modeling
  • 59. Systems Development Life Cycle (cont.) 59 Planning Analysis Physical Design Implementation Maintenance Logical Design Analysis Purpose–thorough requirements analysis and structuring Deliverable–functional system specifications Database activity–thorough and integrated conceptual data modeling
  • 60. Systems Development Life Cycle (cont.) 60 Planning Analysis Physical Design Implementation Maintenance Logical Design Logical Design Purpose–information requirements elicitation and structure Deliverable–detailed design specifications Database activity– logical database design (transactions, forms, displays, views, data integrity and security)
  • 61. Systems Development Life Cycle 61 Planning Analysis Physical Design Implementation Maintenance Logical Design Physical Design Purpose–develop technology and organizational specifications Deliverable–program/data structures, technology purchases, organization redesigns Database activity– physical database design (define database to DBMS, physical data organization, database processing programs)
  • 62. Systems Development Life Cycle 62 Planning Analysis Physical Design Implementation Maintenance Logical Design Implementation Purpose–programming, testing, training, installation, documenting Deliverable–operational programs, documentation, training materials Database activity– database implementation, including coded programs, documentation, installation and conversion
  • 63. Systems Development Life Cycle 63 Planning Analysis Physical Design Implementation Maintenance Logical Design Maintenance Purpose–monitor, repair, enhance Deliverable–periodic audits Database activity– database maintenance, performance analysis and tuning, error corrections
  • 69. Architecture for Database Development The Database Environment and Development Process
  • 70. Enterprise Data Modeling The first step in database development, in which the scope and general contents of organizational databases are specified.
  • 71. Enterprise Data Model  A model which includes:  overall range of organizational databases  general contents of organizational databases  Built as part of IS planning for the organization and not the design of a particular database  One part of an organization’s overall information systems architecture (ISA) Enterprise Data Modeling
  • 72. Determine user requirements Determine business rules Build conceptual data model outcome is an entity-relationship diagram or similar communication tool population of repository Conceptual Database Modeling
  • 73. Logical Database Design Select logical database model commit to a database alternative Map Entity-Relationship Diagrams Normalize data structures Specify business rules
  • 74. Physical Database Design Select DBMS Select storage devices Determine access methods Design files and indexes Determine database distribution Specify update strategies
  • 75. Database implementation Code and test database processing programs Complete documentation Install database and convert data
  • 76. Database Maintenance Analyze database and applications to ensure evolving information requirements are being met Tune database for improved performance Fix errors Provide data recovery when needed
  • 77. Documentation most formal development methodologies are documentation based helps managers monitor progress and quality of project facilitates communication between team members includes models various stages are not complete until documentation is accepted
  • 78. Managing the People Involved in Database Development The Database Environment and Development Process
  • 79. Managing Projects: People Involved 79 A project is a planned undertaking of related activities to reach an objective that has a beginning and an end. A project begins with the first steps of the Project Initiation and Planning phase and ends with the last steps of the Implementation phase. A senior systems or database analyst will be assigned to be project leader. This person is responsible for creating detailed project plans as well as staffing and supervising the project team.
  • 80. Managing Projects: People Involved 80 A project is initiated and planned in the:  Planning phase; executed during Analysis, Logical Design, Physical Design, and Implementation phases; and closed down at the end of implementation. During initiation, the project team is formed. A systems or database development team can include one or more of the following: (cont. next slide)
  • 81. Managing Projects: People Involved 81 Business analysts Systems analysts Database analysts and data modelers Users Programmers Database architects Data administrators Project managers Other technical experts