Jump to content

Reference table

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 69.46.96.183 (talk) at 21:35, 22 February 2007 (corrected spelling on "initially" and "defined", added comma after "For example"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A reference table (or table of reference) may mean a set of references that an author may have cited or gained inspiration from whilst writing an article, similar to a bibliography.

It can also mean an information table that is used as a quick and easy reference for things that are difficult to remember such as comparing imperial with metric measurements.

In the context of Database Design a Reference Table is a table into which a restricted and initially defined set of possible values of a certain field data type is divested. For example, in a relational database model of a warehouse the entity 'Item' may have a field called 'status' with a predefined set of values such as 'sold', 'reserved', 'out of stock'. In a purely designed database these values would be divested into an extra entity or Reference Table called 'status' in order to achive optimal normalisation. The entity 'status' in this case has no true representative in the real world but rather would an exceptional case where the attribute of a certain database entity is divested into it's own table. The advantage of doing this is that internal functionality and optional conditions within the database and the software which utilizes it are easier to modify and extend on that particular aspect.

See also the list of reference tables.