Data Dictionary and Normalization Guidelines
The purpose of a data dictionary is to define the objects and data within an organization 's database management system. This metadata does not contain any of the database 's data, but only information about the structure, storage and use of the database 's data. A data dictionary can be stored in files or documents, or can be stored within a database in the DBMS.
For example, a database may contain an employee table that has an emp_no column and an identification_no column. A data dictionary can explain that the emp_no column is an integer value containing the employee number assigned by the system. When a new employee is added to the system, a next number value is retrieved from a next number table and assigned to the new employee record. The data dictionary would also explain that the identification_no column is an alpha-numeric value that contains the employee 's social security number for US residents and for non-US residents contains the employee 's country code followed by their work visa number.
The data dictionary can also be used to define aliases for the column names since column names can become a bit cryptic. It can also provide information regarding different type of database objects such as tables, views, stored procedure, user groups, functions, triggers, etc. Furthermore, it can also provide information on how database objects are related to one another.
An important aspect of a data dictionary is that it provides database administrators, programmers, and any other user of the database data a clear, consistent and centralized source of information about the database objects and the data stored within or accessed by them. This helps to ensure that the data is used appropriately and can reduce data redundancy. A data dictionary is also important when you are integrating your data with another system, since you will be certain of which data needs to be integrated.
References: Dr. Russell, G. Data Dictionary. Retrieve on 8/19/2005 from http://db.grussell.org/resources/pdf/Data%20Dictionary.pdf. Data Dictionary Requirements. Retrieved on 8/20/2005 from http://r937.com/datadict.html. Data Dictionary Definition. Retrieved on 8/20/2005 from http://www.webopedia.com/TERM/D/data_dictionary.html. Chapple, M. Database Normalization Basics. Retrieved on 08/20/2005 from http://databases.about.com/od/specificproducts/a/normalization.htm. Adams, D. & Beckett, D. (2004). Normalization Is a Nice Theory. Retrieved on 8/21/2005 from http://www.island-data.com/downloads/papers/normalization.html. Database Normalization Basics. Retrieved on 8/22/2005 from http://support.microsoft.com/default.aspx?scid=kb;EN-US;q100139#XSLTH3144121123120121120120.