SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Downloaden Sie, um offline zu lesen
Introduction to Data
and Information Management
(Database Management Systems IS331)
Lecture 1
Abdisalam Issa-Salwe
Taibah University
College of Computer Science & Engineering
Information Systems Department
Jeffrey A. Hoffer, et al: Modern Database Management, 8th Edition, 2007, Prentice Hall
2
ObjectivesObjectives
Understand how the database approach isUnderstand how the database approach is
different and superior to earlier data systemsdifferent and superior to earlier data systems
Examine how information demand andExamine how information demand and
technology explosion drive database systemstechnology explosion drive database systems
Trace the evolution of data systems and noteTrace the evolution of data systems and note
how we have arrive at the database approachhow we have arrive at the database approach
Comprehend the benefits of database systemsComprehend the benefits of database systems
and perceive the need for themand perceive the need for them
Survey briefly various data models, types ofSurvey briefly various data models, types of
databases, and the database industrydatabases, and the database industry
3
About databaseAbout database
Today, almost all organizations depend on theirToday, almost all organizations depend on their
database systems for the crucial information theydatabase systems for the crucial information they
need to run their business.need to run their business.
In every industry across the board, from retail chainIn every industry across the board, from retail chain
stores to financial institutions, from manufacturingstores to financial institutions, from manufacturing
enterprises to government departments, and fromenterprises to government departments, and from
airline companies to utility businesses, databaseairline companies to utility businesses, database
systems have become the norm for informationsystems have become the norm for information
storage and retrieval.storage and retrieval.
Database systems form the centerpiece of theDatabase systems form the centerpiece of the
growing and maturing electronic commerce.growing and maturing electronic commerce.
Database and Web technologies have merged.Database and Web technologies have merged.
4
About database (contAbout database (cont……))
How were companies running their business beforeHow were companies running their business before
computers came into use?computers came into use?
Organizations needed information to execute theOrganizations needed information to execute the
business processes, sell goods and services, andbusiness processes, sell goods and services, and
satisfy the needs of customers.satisfy the needs of customers.
Manual files supported business operations.Manual files supported business operations.
Accounting personnel performed manualAccounting personnel performed manual
calculations and prepared invoices.calculations and prepared invoices.
Payroll departments manually wrote the checks.Payroll departments manually wrote the checks.
5
About database (contAbout database (cont……))
From the 1970s onward, two striking and remarkableFrom the 1970s onward, two striking and remarkable
phenomena were distinctly observed. (Refer to Figure 1phenomena were distinctly observed. (Refer to Figure 1--11
indicating these two major developments).indicating these two major developments).
First, demand for information has escalated in everyFirst, demand for information has escalated in every
organization.organization.
Organizations have steadily become global and widespread.Organizations have steadily become global and widespread.
Organizations have to contend with fierce competitiveOrganizations have to contend with fierce competitive
pressures.pressures.
They need vast and complex information to stay in businessThey need vast and complex information to stay in business
and make a profit.and make a profit.
Second, the past three decades have witnessed a huge,Second, the past three decades have witnessed a huge,
explosive growth in information technology. Processors haveexplosive growth in information technology. Processors have
become faster, cheaper, and smaller.become faster, cheaper, and smaller.
6
About databaseAbout database
Information, as we know it today, includes bothInformation, as we know it today, includes both
electronic and physical information.electronic and physical information.
The organizational structure must be capable ofThe organizational structure must be capable of
managing this information throughout themanaging this information throughout the
information lifecycle regardless of source or formatinformation lifecycle regardless of source or format
(data, paper documents, electronic documents,(data, paper documents, electronic documents,
audio, video, etc.) for delivery through multipleaudio, video, etc.) for delivery through multiple
channels that may include cell phones and webchannels that may include cell phones and web
interfaces.interfaces.
7
Information ManagementInformation Management
Information management is the collection andInformation management is the collection and
management of information from one or more sourcesmanagement of information from one or more sources
and the distribution of that information to one or moreand the distribution of that information to one or more
audiences.audiences.
Management means the organization of and control overManagement means the organization of and control over
the structure, processing and delivery of information.the structure, processing and delivery of information.
The organizational structure must be capable ofThe organizational structure must be capable of
managing this information throughout the informationmanaging this information throughout the information
lifecycle regardless of source or format (data, paperlifecycle regardless of source or format (data, paper
documents, electronic documents, audio, socialdocuments, electronic documents, audio, social
business, video, etc.) for delivery through multiplebusiness, video, etc.) for delivery through multiple
channels that may include cell phones and webchannels that may include cell phones and web
interfaces.interfaces.
9
About databaseAbout database
Information assets are corporate assets. This principle
should be acknowledged or agreed upon across the
organization otherwise any business case and support
for IM will be weak.
Information must be made available and shared. Of
course not all information is open to anyone, but in
principle the sharing of information helps the use and
exploitation of corporate knowledge
Information the organisation needs to keep is managed
and retained corporately. In other words the retention
and archiving, of information.
If you save a document today, you expect it to be
secured and still available to you tomorrow
What a Database Is and Is Not
l your personal address book in a Word document
l a collection of Word documents
l a collection of Excel Spreadsheets
l a very large flat file on which you run some
statistical analysis functions
l data collected, maintained, and used in airline
reservation
l data used to support the launch of a space shuttle
The word database is commonly used to refer to any of
the following:
10
Models of Reality
REALITY
• structures
• processes
DATABASE SYSTEM
DATABASE
DML
DDL
l A database is a model of structures of reality
l The use of a database reflect processes of reality
l A database system is a software system which supports the
definition and use of a database
l DDL: Data Definition Language
l DML: Data Manipulation Language
11
Why Use Models?
Models can be useful when we want to examine or
manage part of the real world
The costs of using a model are often considerably
lower than the costs of using or experimenting with
the real world itself
Examples:
airplane simulator
nuclear power plant simulator
flood warning system
model of US economy
model of a heat reservoir
map
12
A Message to Map Makers
A model is a means of communication
Users of a model must have a certain amount of
knowledge in common
A model on emphasized selected aspects
A model is described in some language
A model can be erroneous
A message to map makers: “Highways are not
painted red, rivers don’t have county lines running
down the middle, and you can’t see contour lines on
a mountain” [Kent 78]
13
Use a DBMS when
this is important
persistent storage of data
centralized control of data
control of redundancy
control of consistency and
integrity
multiple user support
sharing of data
data documentation
data independence
control of access and
security
backup and recovery
Do not use a
DBMS when
l the initial investment in
hardware, software, and
training is too high
l the generality a DBMS
provides is not needed
l the overhead for security,
concurrency control, and
recovery is too high
l data and applications are
simple and stable
l real-time requirements
cannot be met by it
l multiple user access is not
needed
14
Data Modeling
REALITY
• structures
• processes
DATABASE SYSTEM
MODELdata modeling
l The model represents a perception of structures of
reality
l The data modeling process is to fix a perception of
structures of reality and represent this perception
l In the data modeling process we select aspects and
we abstract
15
Process Modeling
REALITY
• structures
• processes
DATABASE SYSTEM
MODELprocess modeling
l The use of the model reflects processes of reality
l Processes may be represented by programs with
embedded database queries and updates
l Processes may be represented by ad-hoc database
queries and updates at run-time
DML DML
PROG
16
Database Design
is a model of structures of reality
supports queries and updates
modeling processes of reality
runs efficiently
The purpose of database design is to create a database
which
17
Database Capabilities
Data Storage
Queries
Optimization
Indexing
Concurrency Control
Recovery
Security
18
Data Storage
Disk management
File management
Buffer management
Garbage collection
Compression
19
Queries
Selection
Point
Range
Conjunction
Disjunction
Join
Natural join
Equi join
Theta join
Outer join
Projection
Set operations
Cartesian Product
Union
Intersection
Set Difference
Other
Duplicate elimination
Sorting
Built-in functions:
count, sum, avg, min,
max
Recursive (not in SQL)
SQL queries are composed from the following:
20
People that Work With Databases
System Analysts
Database Designers
Application Developers
Database Administrators
End Users
21
System Analysts
Communicate with each prospective database
user group in order to understand its
information needs
processing needs
Develop a specification of each user group’s
information and processing needs
Develop a specification integrating the
information and processing needs of the user
groups
Document the specification
22
Database Designers
Choose appropriate structures to
represent the information specified by the
system analysts
Choose appropriate structures to store the
information in a normalized manner in
order to guarantee integrity and
consistency of data
Choose appropriate structures to
guarantee an efficient system
Document the database design
23
Application Developers
Implement the database design
Implement the application programs to
meet the program specifications
Test and debug the database
implementation and the application
programs
Document the database implementation
and the application programs
24
Database Administrators
Manage the database structure
participate in database and application development
assist in requirement analysis
participate in database design and creation
develop procedures for integrity and quality of data
facilitate changes to database structure
seek communitywide solutions
assess impact on all users
provide configuration control
be prepared for problems after changes are made
maintain documentation
25
Database Administrators (cont.)
Manage data activity
establish database standards consistent with
data administration standards
establish and maintain data dictionary
establish data proponencies
work with data proponents to develop data
access and modification rights
develop, document, and train staff on backup
and recovery procedures
publish and maintain data activity standards
documentation
26
Database Administrators (cont.)
Manage the database management system
generate database application performance reports
investigate user performance complaints
assess need for changes in database structure or
application design
modify database structure
evaluate and implement new DBMS features
tune the database
Establish the database data dictionary
data names, formats, relationships
cross-references between data and application
programs
(see metadata slide)
27
End Users
Parametric end users constantly query and update
the database.
They use canned transactions to support standard queries
and updates.
Casual end users occasional access the database,
but may need different information each time.
They use sophisticated query languages and browsers.
Sophisticated end users have complex
requirement and need different information each
time.
They are thoroughly familiar with the capabilities of the
DBMS.
28
29
References
Jeffrey A. Hoffer, et al: Modern Database Management,
8th Edition, 2007, Prentice Hall

Weitere ähnliche Inhalte

Was ist angesagt?

BIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIES
BIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIESBIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIES
BIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIESijcsit
 
NOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data ManagementNOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data Managementijtsrd
 
Expand ecm acrossorg_empower15
Expand ecm acrossorg_empower15Expand ecm acrossorg_empower15
Expand ecm acrossorg_empower15Christopher Wynder
 
Big data Paper
Big data PaperBig data Paper
Big data PaperDaryaz Fares
 
23 ijcse-01238-1indhunisha
23 ijcse-01238-1indhunisha23 ijcse-01238-1indhunisha
23 ijcse-01238-1indhunishaShivlal Mewada
 
Research issues in the big data and its Challenges
Research issues in the big data and its ChallengesResearch issues in the big data and its Challenges
Research issues in the big data and its ChallengesKathirvel Ayyaswamy
 
Bring IT together_2015_ECOOandOASBO
Bring IT together_2015_ECOOandOASBOBring IT together_2015_ECOOandOASBO
Bring IT together_2015_ECOOandOASBOChristopher Wynder
 
Workflow enhances ECM adoption_LaserFicheEpower14
Workflow enhances ECM adoption_LaserFicheEpower14Workflow enhances ECM adoption_LaserFicheEpower14
Workflow enhances ECM adoption_LaserFicheEpower14Christopher Wynder
 
Security issues associated with big data in cloud computing
Security issues associated with big data in cloud computingSecurity issues associated with big data in cloud computing
Security issues associated with big data in cloud computingIJNSA Journal
 
High level view of cloud security
High level view of cloud securityHigh level view of cloud security
High level view of cloud securitycsandit
 
AMCTO presentation on moving from records managment to information management
AMCTO presentation on moving from records managment to information managementAMCTO presentation on moving from records managment to information management
AMCTO presentation on moving from records managment to information managementChristopher Wynder
 
Global challenges in information systems Spring 2009, BIS 221 Mr ...
Global challenges in information systems Spring 2009, BIS 221 Mr ...Global challenges in information systems Spring 2009, BIS 221 Mr ...
Global challenges in information systems Spring 2009, BIS 221 Mr ...butest
 
Cio data center definition and solutions
Cio   data center definition and solutionsCio   data center definition and solutions
Cio data center definition and solutionsrami20122
 
Laserfiche empowercon302 2016
Laserfiche empowercon302 2016Laserfiche empowercon302 2016
Laserfiche empowercon302 2016Christopher Wynder
 

Was ist angesagt? (16)

BIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIES
BIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIESBIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIES
BIG DATA IN CLOUD COMPUTING REVIEW AND OPPORTUNITIES
 
Motivation for big data
Motivation for big dataMotivation for big data
Motivation for big data
 
NOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data ManagementNOSQL Database Engines for Big Data Management
NOSQL Database Engines for Big Data Management
 
Expand ecm acrossorg_empower15
Expand ecm acrossorg_empower15Expand ecm acrossorg_empower15
Expand ecm acrossorg_empower15
 
Big data Paper
Big data PaperBig data Paper
Big data Paper
 
23 ijcse-01238-1indhunisha
23 ijcse-01238-1indhunisha23 ijcse-01238-1indhunisha
23 ijcse-01238-1indhunisha
 
Research issues in the big data and its Challenges
Research issues in the big data and its ChallengesResearch issues in the big data and its Challenges
Research issues in the big data and its Challenges
 
Bring IT together_2015_ECOOandOASBO
Bring IT together_2015_ECOOandOASBOBring IT together_2015_ECOOandOASBO
Bring IT together_2015_ECOOandOASBO
 
Workflow enhances ECM adoption_LaserFicheEpower14
Workflow enhances ECM adoption_LaserFicheEpower14Workflow enhances ECM adoption_LaserFicheEpower14
Workflow enhances ECM adoption_LaserFicheEpower14
 
Security issues associated with big data in cloud computing
Security issues associated with big data in cloud computingSecurity issues associated with big data in cloud computing
Security issues associated with big data in cloud computing
 
High level view of cloud security
High level view of cloud securityHigh level view of cloud security
High level view of cloud security
 
AMCTO presentation on moving from records managment to information management
AMCTO presentation on moving from records managment to information managementAMCTO presentation on moving from records managment to information management
AMCTO presentation on moving from records managment to information management
 
Intro dm
Intro dmIntro dm
Intro dm
 
Global challenges in information systems Spring 2009, BIS 221 Mr ...
Global challenges in information systems Spring 2009, BIS 221 Mr ...Global challenges in information systems Spring 2009, BIS 221 Mr ...
Global challenges in information systems Spring 2009, BIS 221 Mr ...
 
Cio data center definition and solutions
Cio   data center definition and solutionsCio   data center definition and solutions
Cio data center definition and solutions
 
Laserfiche empowercon302 2016
Laserfiche empowercon302 2016Laserfiche empowercon302 2016
Laserfiche empowercon302 2016
 

Ă„hnlich wie Lecture1-IS322(Data&InfoMang-introduction)

Week 4 Lecture 1 - Databases and Data WarehousesManagement of .docx
Week 4 Lecture 1 - Databases and Data WarehousesManagement of .docxWeek 4 Lecture 1 - Databases and Data WarehousesManagement of .docx
Week 4 Lecture 1 - Databases and Data WarehousesManagement of .docxjessiehampson
 
Encrypted Data Management With Deduplication In Cloud...
Encrypted Data Management With Deduplication In Cloud...Encrypted Data Management With Deduplication In Cloud...
Encrypted Data Management With Deduplication In Cloud...Angie Jorgensen
 
AIS 3 - EDITED.pdf
AIS 3 - EDITED.pdfAIS 3 - EDITED.pdf
AIS 3 - EDITED.pdfShielaMarie44
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A PrimerIJRTEMJOURNAL
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )Kimberly Brooks
 
Unit No2 Introduction to big data.pdf
Unit No2 Introduction to big data.pdfUnit No2 Introduction to big data.pdf
Unit No2 Introduction to big data.pdfRanjeet Bhalshankar
 
CHAPTER5Database Systemsand Big DataRafal Olechows
CHAPTER5Database Systemsand Big DataRafal OlechowsCHAPTER5Database Systemsand Big DataRafal Olechows
CHAPTER5Database Systemsand Big DataRafal OlechowsJinElias52
 
Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
Software Project Implementation
Software Project Implementation Software Project Implementation
Software Project Implementation Joel Okomoli
 
Data modeling techniques used for big data in enterprise networks
Data modeling techniques used for big data in enterprise networksData modeling techniques used for big data in enterprise networks
Data modeling techniques used for big data in enterprise networksDr. Richard Otieno
 
Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.ijceronline
 
Health Plan Survey Paper
Health Plan Survey PaperHealth Plan Survey Paper
Health Plan Survey PaperLisa Olive
 
Data science.chapter-1,2,3
Data science.chapter-1,2,3Data science.chapter-1,2,3
Data science.chapter-1,2,3varshakumar21
 

Ă„hnlich wie Lecture1-IS322(Data&InfoMang-introduction) (20)

Week 4 Lecture 1 - Databases and Data WarehousesManagement of .docx
Week 4 Lecture 1 - Databases and Data WarehousesManagement of .docxWeek 4 Lecture 1 - Databases and Data WarehousesManagement of .docx
Week 4 Lecture 1 - Databases and Data WarehousesManagement of .docx
 
Encrypted Data Management With Deduplication In Cloud...
Encrypted Data Management With Deduplication In Cloud...Encrypted Data Management With Deduplication In Cloud...
Encrypted Data Management With Deduplication In Cloud...
 
Database Essay
Database EssayDatabase Essay
Database Essay
 
Visual Data Mining
Visual Data MiningVisual Data Mining
Visual Data Mining
 
Visual Data Mining
Visual Data MiningVisual Data Mining
Visual Data Mining
 
AIS 3 - EDITED.pdf
AIS 3 - EDITED.pdfAIS 3 - EDITED.pdf
AIS 3 - EDITED.pdf
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A Primer
 
Unit 1
Unit 1Unit 1
Unit 1
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )
 
Unit No2 Introduction to big data.pdf
Unit No2 Introduction to big data.pdfUnit No2 Introduction to big data.pdf
Unit No2 Introduction to big data.pdf
 
CHAPTER5Database Systemsand Big DataRafal Olechows
CHAPTER5Database Systemsand Big DataRafal OlechowsCHAPTER5Database Systemsand Big DataRafal Olechows
CHAPTER5Database Systemsand Big DataRafal Olechows
 
Unit Ii
Unit IiUnit Ii
Unit Ii
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
Software Project Implementation
Software Project Implementation Software Project Implementation
Software Project Implementation
 
Data modeling techniques used for big data in enterprise networks
Data modeling techniques used for big data in enterprise networksData modeling techniques used for big data in enterprise networks
Data modeling techniques used for big data in enterprise networks
 
M.Florence Dayana
M.Florence DayanaM.Florence Dayana
M.Florence Dayana
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.
 
Health Plan Survey Paper
Health Plan Survey PaperHealth Plan Survey Paper
Health Plan Survey Paper
 
Data science.chapter-1,2,3
Data science.chapter-1,2,3Data science.chapter-1,2,3
Data science.chapter-1,2,3
 

Mehr von Taibah University, College of Computer Science & Engineering

Mehr von Taibah University, College of Computer Science & Engineering (20)

Lecture 1- Computer Organization and Architecture.pdf
Lecture 1- Computer Organization and Architecture.pdfLecture 1- Computer Organization and Architecture.pdf
Lecture 1- Computer Organization and Architecture.pdf
 
The paper the welfare state of the somali nation - a possible solution to t...
The paper   the welfare state of the somali nation - a possible solution to t...The paper   the welfare state of the somali nation - a possible solution to t...
The paper the welfare state of the somali nation - a possible solution to t...
 
Colonial intrusion and_the_somali_resistance
Colonial intrusion and_the_somali_resistanceColonial intrusion and_the_somali_resistance
Colonial intrusion and_the_somali_resistance
 
Lecture 3 (Contemporary approaches to Information Systems)
Lecture 3 (Contemporary approaches to Information Systems)Lecture 3 (Contemporary approaches to Information Systems)
Lecture 3 (Contemporary approaches to Information Systems)
 
Lecture 7 (business-level strategy and the value chain model)
Lecture 7  (business-level strategy and the value chain model)Lecture 7  (business-level strategy and the value chain model)
Lecture 7 (business-level strategy and the value chain model)
 
Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)
 
Lecture 2 (major types of information systems in organizations)
Lecture 2 (major types of information systems in organizations)Lecture 2 (major types of information systems in organizations)
Lecture 2 (major types of information systems in organizations)
 
Practical session 1 (critical path analaysis)
Practical session 1 (critical path analaysis)Practical session 1 (critical path analaysis)
Practical session 1 (critical path analaysis)
 
Chapter 2 modeling the process and life-cycle
Chapter 2  modeling the process and life-cycleChapter 2  modeling the process and life-cycle
Chapter 2 modeling the process and life-cycle
 
Historical Perspective on the Challenge Facing the Somali Sacral Unity
Historical Perspective on the Challenge Facing the Somali Sacral UnityHistorical Perspective on the Challenge Facing the Somali Sacral Unity
Historical Perspective on the Challenge Facing the Somali Sacral Unity
 
Colonial intrusion and the Somali Resistance
Colonial intrusion and the Somali ResistanceColonial intrusion and the Somali Resistance
Colonial intrusion and the Somali Resistance
 
Lecture 8 (information systems and strategy planning)
Lecture 8  (information systems and strategy planning)Lecture 8  (information systems and strategy planning)
Lecture 8 (information systems and strategy planning)
 
Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)Lecture 4 (using information technology for competitive advantage)
Lecture 4 (using information technology for competitive advantage)
 
Lecture1 data structure(introduction)
Lecture1 data structure(introduction)Lecture1 data structure(introduction)
Lecture1 data structure(introduction)
 
Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)Lecture2 is331 data&infomanag(databaseenv)
Lecture2 is331 data&infomanag(databaseenv)
 
Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)
 
Lecture4 is353-ea(fea)
Lecture4 is353-ea(fea)Lecture4 is353-ea(fea)
Lecture4 is353-ea(fea)
 
Lecture3 is353-ea(togaf)
Lecture3 is353-ea(togaf)Lecture3 is353-ea(togaf)
Lecture3 is353-ea(togaf)
 
Lecture2 is353-ea(the zachma framework)
Lecture2 is353-ea(the zachma framework)Lecture2 is353-ea(the zachma framework)
Lecture2 is353-ea(the zachma framework)
 
Lecture1 is353-enterprise architectureconcept)
Lecture1 is353-enterprise architectureconcept)Lecture1 is353-enterprise architectureconcept)
Lecture1 is353-enterprise architectureconcept)
 

KĂĽrzlich hochgeladen

Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 

KĂĽrzlich hochgeladen (20)

Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 

Lecture1-IS322(Data&InfoMang-introduction)

  • 1. Introduction to Data and Information Management (Database Management Systems IS331) Lecture 1 Abdisalam Issa-Salwe Taibah University College of Computer Science & Engineering Information Systems Department Jeffrey A. Hoffer, et al: Modern Database Management, 8th Edition, 2007, Prentice Hall 2 ObjectivesObjectives Understand how the database approach isUnderstand how the database approach is different and superior to earlier data systemsdifferent and superior to earlier data systems Examine how information demand andExamine how information demand and technology explosion drive database systemstechnology explosion drive database systems Trace the evolution of data systems and noteTrace the evolution of data systems and note how we have arrive at the database approachhow we have arrive at the database approach Comprehend the benefits of database systemsComprehend the benefits of database systems and perceive the need for themand perceive the need for them Survey briefly various data models, types ofSurvey briefly various data models, types of databases, and the database industrydatabases, and the database industry
  • 2. 3 About databaseAbout database Today, almost all organizations depend on theirToday, almost all organizations depend on their database systems for the crucial information theydatabase systems for the crucial information they need to run their business.need to run their business. In every industry across the board, from retail chainIn every industry across the board, from retail chain stores to financial institutions, from manufacturingstores to financial institutions, from manufacturing enterprises to government departments, and fromenterprises to government departments, and from airline companies to utility businesses, databaseairline companies to utility businesses, database systems have become the norm for informationsystems have become the norm for information storage and retrieval.storage and retrieval. Database systems form the centerpiece of theDatabase systems form the centerpiece of the growing and maturing electronic commerce.growing and maturing electronic commerce. Database and Web technologies have merged.Database and Web technologies have merged. 4 About database (contAbout database (cont……)) How were companies running their business beforeHow were companies running their business before computers came into use?computers came into use? Organizations needed information to execute theOrganizations needed information to execute the business processes, sell goods and services, andbusiness processes, sell goods and services, and satisfy the needs of customers.satisfy the needs of customers. Manual files supported business operations.Manual files supported business operations. Accounting personnel performed manualAccounting personnel performed manual calculations and prepared invoices.calculations and prepared invoices. Payroll departments manually wrote the checks.Payroll departments manually wrote the checks.
  • 3. 5 About database (contAbout database (cont……)) From the 1970s onward, two striking and remarkableFrom the 1970s onward, two striking and remarkable phenomena were distinctly observed. (Refer to Figure 1phenomena were distinctly observed. (Refer to Figure 1--11 indicating these two major developments).indicating these two major developments). First, demand for information has escalated in everyFirst, demand for information has escalated in every organization.organization. Organizations have steadily become global and widespread.Organizations have steadily become global and widespread. Organizations have to contend with fierce competitiveOrganizations have to contend with fierce competitive pressures.pressures. They need vast and complex information to stay in businessThey need vast and complex information to stay in business and make a profit.and make a profit. Second, the past three decades have witnessed a huge,Second, the past three decades have witnessed a huge, explosive growth in information technology. Processors haveexplosive growth in information technology. Processors have become faster, cheaper, and smaller.become faster, cheaper, and smaller. 6 About databaseAbout database Information, as we know it today, includes bothInformation, as we know it today, includes both electronic and physical information.electronic and physical information. The organizational structure must be capable ofThe organizational structure must be capable of managing this information throughout themanaging this information throughout the information lifecycle regardless of source or formatinformation lifecycle regardless of source or format (data, paper documents, electronic documents,(data, paper documents, electronic documents, audio, video, etc.) for delivery through multipleaudio, video, etc.) for delivery through multiple channels that may include cell phones and webchannels that may include cell phones and web interfaces.interfaces.
  • 4. 7 Information ManagementInformation Management Information management is the collection andInformation management is the collection and management of information from one or more sourcesmanagement of information from one or more sources and the distribution of that information to one or moreand the distribution of that information to one or more audiences.audiences. Management means the organization of and control overManagement means the organization of and control over the structure, processing and delivery of information.the structure, processing and delivery of information. The organizational structure must be capable ofThe organizational structure must be capable of managing this information throughout the informationmanaging this information throughout the information lifecycle regardless of source or format (data, paperlifecycle regardless of source or format (data, paper documents, electronic documents, audio, socialdocuments, electronic documents, audio, social business, video, etc.) for delivery through multiplebusiness, video, etc.) for delivery through multiple channels that may include cell phones and webchannels that may include cell phones and web interfaces.interfaces.
  • 5. 9 About databaseAbout database Information assets are corporate assets. This principle should be acknowledged or agreed upon across the organization otherwise any business case and support for IM will be weak. Information must be made available and shared. Of course not all information is open to anyone, but in principle the sharing of information helps the use and exploitation of corporate knowledge Information the organisation needs to keep is managed and retained corporately. In other words the retention and archiving, of information. If you save a document today, you expect it to be secured and still available to you tomorrow What a Database Is and Is Not l your personal address book in a Word document l a collection of Word documents l a collection of Excel Spreadsheets l a very large flat file on which you run some statistical analysis functions l data collected, maintained, and used in airline reservation l data used to support the launch of a space shuttle The word database is commonly used to refer to any of the following: 10
  • 6. Models of Reality REALITY • structures • processes DATABASE SYSTEM DATABASE DML DDL l A database is a model of structures of reality l The use of a database reflect processes of reality l A database system is a software system which supports the definition and use of a database l DDL: Data Definition Language l DML: Data Manipulation Language 11 Why Use Models? Models can be useful when we want to examine or manage part of the real world The costs of using a model are often considerably lower than the costs of using or experimenting with the real world itself Examples: airplane simulator nuclear power plant simulator flood warning system model of US economy model of a heat reservoir map 12
  • 7. A Message to Map Makers A model is a means of communication Users of a model must have a certain amount of knowledge in common A model on emphasized selected aspects A model is described in some language A model can be erroneous A message to map makers: “Highways are not painted red, rivers don’t have county lines running down the middle, and you can’t see contour lines on a mountain” [Kent 78] 13 Use a DBMS when this is important persistent storage of data centralized control of data control of redundancy control of consistency and integrity multiple user support sharing of data data documentation data independence control of access and security backup and recovery Do not use a DBMS when l the initial investment in hardware, software, and training is too high l the generality a DBMS provides is not needed l the overhead for security, concurrency control, and recovery is too high l data and applications are simple and stable l real-time requirements cannot be met by it l multiple user access is not needed 14
  • 8. Data Modeling REALITY • structures • processes DATABASE SYSTEM MODELdata modeling l The model represents a perception of structures of reality l The data modeling process is to fix a perception of structures of reality and represent this perception l In the data modeling process we select aspects and we abstract 15 Process Modeling REALITY • structures • processes DATABASE SYSTEM MODELprocess modeling l The use of the model reflects processes of reality l Processes may be represented by programs with embedded database queries and updates l Processes may be represented by ad-hoc database queries and updates at run-time DML DML PROG 16
  • 9. Database Design is a model of structures of reality supports queries and updates modeling processes of reality runs efficiently The purpose of database design is to create a database which 17 Database Capabilities Data Storage Queries Optimization Indexing Concurrency Control Recovery Security 18
  • 10. Data Storage Disk management File management Buffer management Garbage collection Compression 19 Queries Selection Point Range Conjunction Disjunction Join Natural join Equi join Theta join Outer join Projection Set operations Cartesian Product Union Intersection Set Difference Other Duplicate elimination Sorting Built-in functions: count, sum, avg, min, max Recursive (not in SQL) SQL queries are composed from the following: 20
  • 11. People that Work With Databases System Analysts Database Designers Application Developers Database Administrators End Users 21 System Analysts Communicate with each prospective database user group in order to understand its information needs processing needs Develop a specification of each user group’s information and processing needs Develop a specification integrating the information and processing needs of the user groups Document the specification 22
  • 12. Database Designers Choose appropriate structures to represent the information specified by the system analysts Choose appropriate structures to store the information in a normalized manner in order to guarantee integrity and consistency of data Choose appropriate structures to guarantee an efficient system Document the database design 23 Application Developers Implement the database design Implement the application programs to meet the program specifications Test and debug the database implementation and the application programs Document the database implementation and the application programs 24
  • 13. Database Administrators Manage the database structure participate in database and application development assist in requirement analysis participate in database design and creation develop procedures for integrity and quality of data facilitate changes to database structure seek communitywide solutions assess impact on all users provide configuration control be prepared for problems after changes are made maintain documentation 25 Database Administrators (cont.) Manage data activity establish database standards consistent with data administration standards establish and maintain data dictionary establish data proponencies work with data proponents to develop data access and modification rights develop, document, and train staff on backup and recovery procedures publish and maintain data activity standards documentation 26
  • 14. Database Administrators (cont.) Manage the database management system generate database application performance reports investigate user performance complaints assess need for changes in database structure or application design modify database structure evaluate and implement new DBMS features tune the database Establish the database data dictionary data names, formats, relationships cross-references between data and application programs (see metadata slide) 27 End Users Parametric end users constantly query and update the database. They use canned transactions to support standard queries and updates. Casual end users occasional access the database, but may need different information each time. They use sophisticated query languages and browsers. Sophisticated end users have complex requirement and need different information each time. They are thoroughly familiar with the capabilities of the DBMS. 28
  • 15. 29 References Jeffrey A. Hoffer, et al: Modern Database Management, 8th Edition, 2007, Prentice Hall