1
What is
DATA DICTIONARY
2
Our Publications
3
”
DATA DICTIONARY
BABOK v3 Technique 10.12
4
What is a Dictionary?5
A dictionary helps in understanding the meaning of words,
idioms and phrases to be able to use them to write/work in
that language.
Dictionary is NOT a reference for language grammar
What is a Data Dictionary?6
A data dictionary helps in understanding the meaning of
data in a system to be developed. It’s details about data
and is also referred to as Meta Data
Data Dictionary
7
Data Elements – Primitive and Composite
Data Dictionary composition
Attributes – Name, aliases, values, description
8
Data Element
NAME
MOBILE NO
DATE OF BIRTH
9
Data Element
NAME
Represented differently
DATE OF BIRTH
Represented differently
Data Dictionary
▪ Data dictionary is used to create a common shared understanding of
data in a system
▪ This common definition helps in improved user experience
▪ This also helps in re-use across the organization
10
11
Data Element
COMPOSITE
COMPOSITE
PRIMITIVE
Name = First + Last
Birthday = Month + Day + Year
12
Data Dictionary Example
Basic Element
Name
Any other name Type of values Description
ISD Code Country Code Number The international dialling code for the
country
STD Code City Code Number The country’s city code
Area Code Area Code Number Local telephone exchange number
Number Telephone Number Number Actual phone number
Telephone Number
=
ISD Code + STD Code + Area Code + Number
Composite Data Elements
Telephone Number = ISD Code + STD Code + Area Code + Number
13
Sequences
Invoice = Invoice_number + Date + {items-ordered} + Sub-total + Tax + Total due
Repetitions
Customer_name = First_name + (Middle_name) + Last_name Optional
14
THANKS!
Any questions?
You can find me at
▪ info@techcanvass.com
▪ 022-40155 175
▪ www.techcanvass.com

What is Data Dictionary - BABOK technique