SlideShare a Scribd company logo
Organizational Aspects of Data Management
www.pdbmbook.com
Introduction
• Data Management
• Roles in Data Management
2
Data Management
• Catalogs and the Role of Metadata
• Metadata Modeling
• Data Quality
• Data Governance
3
Catalogs and the Role of Metadata
• Just as raw data, also metadata is data that needs
to be properly modeled, stored and managed
• Concepts of data modeling should also be applied
to metadata
• In a DBMS approach, metadata is stored in a
catalog (a.k.a. data dictionary, data repository),
which constitutes the heart of the database
system
– can be part of a DBMS or standalone component
4
Catalogs and the Role of Metadata
• The catalog provides an important source of information
for end users, application developers, as well as the DBMS
itself
• Catalog should provide:
– an extensible metamodel
– import/export facilities
– support for maintenance and re-use of metadata
– monitoring of integrity rules
– facilities for user access
– statistics about the data and its usage for the DBA and query
optimizer
5
Metadata Modelling
• A metamodel is data model for metadata
• A database design process can be used to design a
database storing metadata
• Design a conceptual model of the metadata: EER
model or UML model
6
Metadata Modelling
7
Data Quality
• Data quality (DQ) is often defined as ‘fitness for
use’
– data of acceptable quality in one decision context may
be perceived to be of poor quality in another
• Data quality determines the intrinsic value of the
data to the business
– GIGO: Garbage In, Garbage Out
– E.g., obsolete addresses
• Poor DQ impacts organizations in many ways
– operational versus strategic level 8
Data Quality
• DQ is a multi-dimensional concept in which each
dimension represents a single aspect or construct,
comprising both objective and subjective
perspectives
• A DQ framework categorizes the different
dimensions of data quality
• Example: Wang et al. (1996)
– 4 categories: intrinsic, contextual, representation,
access
9
Data Quality
10
Category DQ dimensions Definitions
Intrinsic
Accuracy The extent to which data is certified, error-free, correct, flawless and
reliable
Objectivity The extent to which data is unbiased, unprejudiced, based on facts
and impartial
Reputation The extent to which data is highly regarded in terms of its sources or
content
Data Quality
11
Category DQ dimensions Definitions
Contextual
Completeness The extent to which data is not missing and covers the needs of the
tasks and is of sufficient breadth and depth of the task at hand
Appropriate-
amount
The extent to which the volume of data is appropriate for the task at
hand
Value-added The extent to which data is beneficial and provides advantages from
its use
Relevance The extent to which data is applicable and helpful for the task at hand
Timeliness The extent to which data is sufficiently up-to-date for the task at hand
Actionable The extent to which data is ready for use
Data Quality
12
Category DQ dimensions Definitions
Representation
Interpretable The extent to which data is in appropriate languages,
symbols and the definitions are clear
Easily-understandable The extent to which data is easily comprehended
Consistency The extent to which data is continuously presented in
the same format
Concisely-represented (CR) The extent to which data is compactly represented,
well-presented, well-organized, and well-formatted
Alignment The extent to which data is reconcilable (compatible)
Data Quality
13
Category DQ dimensions Definitions
Access
Accessibility The extent to which data is available, or easily and
swiftly retrievable
Security The extent to which access to data is restricted
appropriately to maintain its security
Traceability The extent to which data is traceable to the source
Data Quality
• Accuracy refers to whether the data values stored for an
object are the correct values
– often correlated with other DQ dimensions
• Completeness can be viewed from at least 3 perspectives:
– schema completeness: refers to the degree to which entity types
and attribute types are missing from the schema
– column completeness: refers to the degree to which there exist
missing values in a column of a table
– population completeness: refers degree to which the necessary
members of a population are present or not
14
Data Quality
• The consistency dimension can also be viewed
from several perspectives:
– consistency of redundant or duplicated data in one
table or in multiple tables
– consistency between two related data elements
– consistency of format for the same data element used
in different tables
15
Data Quality
• The accessibility dimension reflects the ease of
retrieving the data from the underlying data
sources
– often involves a trade-off with security
16
Data Quality
• Common causes of bad data quality are:
– multiple data sources: multiple sources with the same data may produce
duplicates; a problem of consistency.
– subjective judgment in data production: data production using human judgment
can result in biased information; a problem of objectivity.
– limited computing resources: lack of sufficient computing resources may limit the
accessibility of relevant data; a problem of accessibility.
– volume of data: Large volumes of stored data make it difficult to access needed
information in a reasonable time; a problem of accessibility.
– changing data needs: data requirements change on an ongoing basis; a problem
of relevance.
– different processes updating the same data; a problem of consistency.
• Decoupling of data producers and consumers contributes to data
quality problems
17
Data Governance
• To manage and safeguard data quality, a data governance
culture should be put in place assigning clear roles and
responsibilities
– manage data as an asset rather than a liability
• Different frameworks have been introduced for data
quality management and data quality improvement
– examples: Total Data Quality Management (TDQM), Total
Quality Management (TQM), Capability Maturity Model
Integration (CMMI), ISO 9000, Control Objectives for
Information and Related Technology (CobiT), Data Management
Body of Knowledge (DMBOK), Information Technology
Infrastructure Library (ITIL) and Six Sigma
18
Data Governance
Wang (1998) 19
• Analyze
• Improve
• Measure
• Define
Identify
pertinent
DQ
dimensions
Assess DQ
level along
DQ
dimensions
Investigate
DQ problems
and analyze
root causes
Present
improvement
actions
Data Governance
• Annotate the data with data quality metadata as a
short term solution
– can be stored in the catalog
– E.g., credit risk models could incorporate an additional
risk factor to account for uncertainty in the data
• Unfortunately, many data governance efforts (if
any) are mostly reactive and ad-hoc
20
Roles in Data Management
• Information Architect
• Database Designer
• Data owner
• Data steward
• Database Administrator
• Data Scientist
21
Roles in Data Management
• Information Architect (a.k.a. Information Analyst)
– responsible for designing the conceptual data model
– bridges the gap between the business processes and
the IT environment
– closely collaborates with the database designer who
may assist in choosing the type of conceptual data
model (e.g. EER or UML) and the database modeling
tool
22
Roles in Data Management
• Database Designer
– translates the conceptual data model into a logical and
internal data model
– also assists the application developers in defining the
views of the external data model
– defines company-wide uniform naming conventions
when creating the various data models
23
Roles in Data Management
• Data owner
– has the authority to ultimately decide on the access to,
and usage of, the data
– could be the original producer of the data, one of its
consumers, or a third party
– should be able to insert or update data
– can be requested to check or complete the value of a
field
24
Roles in Data Management
• Data steward
– DQ experts in charge of ensuring the quality of both
the actual business data and the metadata
– perform extensive and regular data quality checks
– can initiate corrective measures or deeper
investigation into root causes of data quality issues
– can help design preventive measures (e.g.
modifications to operational information systems,
integrity rules)
25
Roles in Data Management
• Database Administrator (DBA)
– responsible for the implementation and monitoring of the
database
– closely collaborates with network and system managers
– also interacts with database designers
• Data scientist
– responsible for analyzing data using state-of-the-art analytical
techniques to provide new insights into e.g. customer behavior
– has a multidisciplinary profile combining ICT skills with
quantitative modeling, business understanding, communication,
and creativity
26
Conclusions
• Data Management
• Roles in Data Management
27
More information?
www.pdbmbook.com 28

More Related Content

PDF
Getting Data Quality Right
PPTX
دورة ادارة و حوكمة البيانات دورة ادارة وحوكمة البيانات
PPTX
Data Quality
ODP
Data quality overview
PPTX
Data Governance without AI Course Week 2.pptx
DOCX
IT for Management On-Demand Strategies for Performance, Growth,.docx
PPTX
Data Quality Presentation
PDF
Data-Ed: Unlock Business Value through Data Quality Engineering
Getting Data Quality Right
دورة ادارة و حوكمة البيانات دورة ادارة وحوكمة البيانات
Data Quality
Data quality overview
Data Governance without AI Course Week 2.pptx
IT for Management On-Demand Strategies for Performance, Growth,.docx
Data Quality Presentation
Data-Ed: Unlock Business Value through Data Quality Engineering

Similar to Chapter 4 Organizational Aspects of Data Management.ppt (20)

PDF
Data-Ed: Unlock Business Value through Data Quality Engineering
PPT
Lecture 21
PPT
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
PPT
Bad customer data?
PDF
Data Contracts Course - Data Management & Data Quality
PPT
Data models
PDF
Data Quality in Data Warehouse and Business Intelligence Environments - Disc...
PDF
Data quality - The True Big Data Challenge
PDF
What Is Data Quality.pdf
PPT
Building a Data Quality Program from Scratch
PDF
Data Quality Audit
PDF
Data Quality
PPTX
ICT-DBA-level4
PDF
Data-Ed Webinar: Data Quality Engineering
PDF
2014 dqe handouts
PPTX
Data Quality_ the holy grail for a Data Fluent Organization.pptx
PPTX
Enhancing educational data quality in heterogeneous learning contexts using p...
PDF
Data-Ed Webinar: Data Quality Success Stories
PDF
Data Quality Dimensions Measurement Strategy Management And Governance Rupa M...
PDF
Foundation of data quality
Data-Ed: Unlock Business Value through Data Quality Engineering
Lecture 21
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Bad customer data?
Data Contracts Course - Data Management & Data Quality
Data models
Data Quality in Data Warehouse and Business Intelligence Environments - Disc...
Data quality - The True Big Data Challenge
What Is Data Quality.pdf
Building a Data Quality Program from Scratch
Data Quality Audit
Data Quality
ICT-DBA-level4
Data-Ed Webinar: Data Quality Engineering
2014 dqe handouts
Data Quality_ the holy grail for a Data Fluent Organization.pptx
Enhancing educational data quality in heterogeneous learning contexts using p...
Data-Ed Webinar: Data Quality Success Stories
Data Quality Dimensions Measurement Strategy Management And Governance Rupa M...
Foundation of data quality
Ad

Recently uploaded (20)

PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
PPTX
Global journeys: estimating international migration
PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PPT
Quality review (1)_presentation of this 21
PPT
Chapter 3 METAL JOINING.pptnnnnnnnnnnnnn
PDF
Lecture1 pattern recognition............
PPTX
climate analysis of Dhaka ,Banglades.pptx
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PDF
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
PPTX
1_Introduction to advance data techniques.pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PDF
Introduction to Business Data Analytics.
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPTX
Supervised vs unsupervised machine learning algorithms
PPTX
Introduction to Knowledge Engineering Part 1
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
Introduction-to-Cloud-ComputingFinal.pptx
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
Global journeys: estimating international migration
oil_refinery_comprehensive_20250804084928 (1).pptx
Quality review (1)_presentation of this 21
Chapter 3 METAL JOINING.pptnnnnnnnnnnnnn
Lecture1 pattern recognition............
climate analysis of Dhaka ,Banglades.pptx
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
1_Introduction to advance data techniques.pptx
Reliability_Chapter_ presentation 1221.5784
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Introduction to Business Data Analytics.
Business Ppt On Nestle.pptx huunnnhhgfvu
Supervised vs unsupervised machine learning algorithms
Introduction to Knowledge Engineering Part 1
Ad

Chapter 4 Organizational Aspects of Data Management.ppt

  • 1. Organizational Aspects of Data Management www.pdbmbook.com
  • 2. Introduction • Data Management • Roles in Data Management 2
  • 3. Data Management • Catalogs and the Role of Metadata • Metadata Modeling • Data Quality • Data Governance 3
  • 4. Catalogs and the Role of Metadata • Just as raw data, also metadata is data that needs to be properly modeled, stored and managed • Concepts of data modeling should also be applied to metadata • In a DBMS approach, metadata is stored in a catalog (a.k.a. data dictionary, data repository), which constitutes the heart of the database system – can be part of a DBMS or standalone component 4
  • 5. Catalogs and the Role of Metadata • The catalog provides an important source of information for end users, application developers, as well as the DBMS itself • Catalog should provide: – an extensible metamodel – import/export facilities – support for maintenance and re-use of metadata – monitoring of integrity rules – facilities for user access – statistics about the data and its usage for the DBA and query optimizer 5
  • 6. Metadata Modelling • A metamodel is data model for metadata • A database design process can be used to design a database storing metadata • Design a conceptual model of the metadata: EER model or UML model 6
  • 8. Data Quality • Data quality (DQ) is often defined as ‘fitness for use’ – data of acceptable quality in one decision context may be perceived to be of poor quality in another • Data quality determines the intrinsic value of the data to the business – GIGO: Garbage In, Garbage Out – E.g., obsolete addresses • Poor DQ impacts organizations in many ways – operational versus strategic level 8
  • 9. Data Quality • DQ is a multi-dimensional concept in which each dimension represents a single aspect or construct, comprising both objective and subjective perspectives • A DQ framework categorizes the different dimensions of data quality • Example: Wang et al. (1996) – 4 categories: intrinsic, contextual, representation, access 9
  • 10. Data Quality 10 Category DQ dimensions Definitions Intrinsic Accuracy The extent to which data is certified, error-free, correct, flawless and reliable Objectivity The extent to which data is unbiased, unprejudiced, based on facts and impartial Reputation The extent to which data is highly regarded in terms of its sources or content
  • 11. Data Quality 11 Category DQ dimensions Definitions Contextual Completeness The extent to which data is not missing and covers the needs of the tasks and is of sufficient breadth and depth of the task at hand Appropriate- amount The extent to which the volume of data is appropriate for the task at hand Value-added The extent to which data is beneficial and provides advantages from its use Relevance The extent to which data is applicable and helpful for the task at hand Timeliness The extent to which data is sufficiently up-to-date for the task at hand Actionable The extent to which data is ready for use
  • 12. Data Quality 12 Category DQ dimensions Definitions Representation Interpretable The extent to which data is in appropriate languages, symbols and the definitions are clear Easily-understandable The extent to which data is easily comprehended Consistency The extent to which data is continuously presented in the same format Concisely-represented (CR) The extent to which data is compactly represented, well-presented, well-organized, and well-formatted Alignment The extent to which data is reconcilable (compatible)
  • 13. Data Quality 13 Category DQ dimensions Definitions Access Accessibility The extent to which data is available, or easily and swiftly retrievable Security The extent to which access to data is restricted appropriately to maintain its security Traceability The extent to which data is traceable to the source
  • 14. Data Quality • Accuracy refers to whether the data values stored for an object are the correct values – often correlated with other DQ dimensions • Completeness can be viewed from at least 3 perspectives: – schema completeness: refers to the degree to which entity types and attribute types are missing from the schema – column completeness: refers to the degree to which there exist missing values in a column of a table – population completeness: refers degree to which the necessary members of a population are present or not 14
  • 15. Data Quality • The consistency dimension can also be viewed from several perspectives: – consistency of redundant or duplicated data in one table or in multiple tables – consistency between two related data elements – consistency of format for the same data element used in different tables 15
  • 16. Data Quality • The accessibility dimension reflects the ease of retrieving the data from the underlying data sources – often involves a trade-off with security 16
  • 17. Data Quality • Common causes of bad data quality are: – multiple data sources: multiple sources with the same data may produce duplicates; a problem of consistency. – subjective judgment in data production: data production using human judgment can result in biased information; a problem of objectivity. – limited computing resources: lack of sufficient computing resources may limit the accessibility of relevant data; a problem of accessibility. – volume of data: Large volumes of stored data make it difficult to access needed information in a reasonable time; a problem of accessibility. – changing data needs: data requirements change on an ongoing basis; a problem of relevance. – different processes updating the same data; a problem of consistency. • Decoupling of data producers and consumers contributes to data quality problems 17
  • 18. Data Governance • To manage and safeguard data quality, a data governance culture should be put in place assigning clear roles and responsibilities – manage data as an asset rather than a liability • Different frameworks have been introduced for data quality management and data quality improvement – examples: Total Data Quality Management (TDQM), Total Quality Management (TQM), Capability Maturity Model Integration (CMMI), ISO 9000, Control Objectives for Information and Related Technology (CobiT), Data Management Body of Knowledge (DMBOK), Information Technology Infrastructure Library (ITIL) and Six Sigma 18
  • 19. Data Governance Wang (1998) 19 • Analyze • Improve • Measure • Define Identify pertinent DQ dimensions Assess DQ level along DQ dimensions Investigate DQ problems and analyze root causes Present improvement actions
  • 20. Data Governance • Annotate the data with data quality metadata as a short term solution – can be stored in the catalog – E.g., credit risk models could incorporate an additional risk factor to account for uncertainty in the data • Unfortunately, many data governance efforts (if any) are mostly reactive and ad-hoc 20
  • 21. Roles in Data Management • Information Architect • Database Designer • Data owner • Data steward • Database Administrator • Data Scientist 21
  • 22. Roles in Data Management • Information Architect (a.k.a. Information Analyst) – responsible for designing the conceptual data model – bridges the gap between the business processes and the IT environment – closely collaborates with the database designer who may assist in choosing the type of conceptual data model (e.g. EER or UML) and the database modeling tool 22
  • 23. Roles in Data Management • Database Designer – translates the conceptual data model into a logical and internal data model – also assists the application developers in defining the views of the external data model – defines company-wide uniform naming conventions when creating the various data models 23
  • 24. Roles in Data Management • Data owner – has the authority to ultimately decide on the access to, and usage of, the data – could be the original producer of the data, one of its consumers, or a third party – should be able to insert or update data – can be requested to check or complete the value of a field 24
  • 25. Roles in Data Management • Data steward – DQ experts in charge of ensuring the quality of both the actual business data and the metadata – perform extensive and regular data quality checks – can initiate corrective measures or deeper investigation into root causes of data quality issues – can help design preventive measures (e.g. modifications to operational information systems, integrity rules) 25
  • 26. Roles in Data Management • Database Administrator (DBA) – responsible for the implementation and monitoring of the database – closely collaborates with network and system managers – also interacts with database designers • Data scientist – responsible for analyzing data using state-of-the-art analytical techniques to provide new insights into e.g. customer behavior – has a multidisciplinary profile combining ICT skills with quantitative modeling, business understanding, communication, and creativity 26
  • 27. Conclusions • Data Management • Roles in Data Management 27