Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Data Dictionaries πŸ“

Learning Goals

By the end of this section you will:

  • understand how data dictionaries are used to plan your database

  • know how to create a data dictionary

A data dictionary is a reference guide that lists information about the data in a database or system, such as its name, type, and rules for use. It helps ensure accurate and consistent use of the data.

The following video explains data dictionaries:

Your data dictionaries should include the following details:

Below is an example of a data dictionary. Note that you should create a data dictionary for each table is your database.

Example data dictionary