April 25, 2024

MentorWay

Ask Your MENTOR! AnyTime AnyWhere

What is Data Dictionary? Advantages, Disadvantages, Components

2 min read
What is Data Dictionary? Advantages, Disadvantages, Components

Data Dictionary: Data Dictionary is a structured repository of data about data. It contains descriptions and definitions related to data elements, data structure, their interrelationships & other characteristics of a system. It helps to achieve the following objectives

  1. A standard definition of all terms in a system.
  2. Easy cross-referencing between subsystems, programs & modules.

 

Components of Data Dictionary

There are basically three components of data dictionary:

  1. Data Element
  2. Data Structure
  3. Data Flows & Data Store

 

1. Data Element

Data element is the smallest unit of data that has some meaning. It cannot be decomposed further.

For example

Employee number, age of employee, quantity ordered etc.

 

2. Data Structure

Data structure is a group of data elements that describe a unit in the system.

For example

BOOK DETAILS consisting of the data elements author name, title, ISBN, price, publisher’s name & address.

 

3. Data Flows and Data Stores

Data Flows are data structures in motion where as data stores are data structures at rest. Data stores may be files, database etc.

Data Flow Description

The data flow contains the following information

  1. ID, an optional identification number
  2. A unique name
  3. The source of the data flow
  4. The destination of the data flow etc

 

Description of Data Structure

Data structures are usually described using algebraic notation.

The algebraic notation uses the following symbols.

 

=    Equivalent to

+    AND

[]   Either/or

()  Optional entry

{}   Repetitive entry/ iteration of

 

Eg.

Customer Name= First Name+(middle name)+Last Name

 

Telephone= Area Code +Local Number

 

Data Elements Description

Each data element should be defined once in the data dictionary. The information commonly included about data element are:

  1. Element ID
  2. The name of the element
  3. A short description of the element
  4. Length of the element
  5. Validation criteria for ensuring that accurate data are captured by the system
  6. Any default value the element may have

 

Data Stores Description

All base elements must be stored within the system. The information included to describe the data store are;

  1. Data stores ID
  2. Data store Name, which is descriptive & unique
  3. A short description
  4. The file type either manual or computerized etc

 

Advantages of Data Dictionary

  1. It is a valuable reference for designing the system
  2. It facilitated analysis in determining additions & modifications in the system
  3. It is used to locate errors in the system descriptions
  4. It helps the analyst to record the details of each element and data structure
  5. It helps in communicating meanings of different elements, terms & procedures.

 

Disadvantages of Data Dictionary

  1. It is very tedious & time-consuming job.
  2. It does not provide functional details.
  3. It is not acceptable to many nontechnical users.

Hope you liked this Article. Keep Visiting Mentor Way for more Articles like this.

About Post Author