What is a dimension table?
A dimension table is a database table that augments the data in a base record table mapped to a database table.
*
For example, a dimension table might contain demographic information based on zip code, accounts belonging to a customer, or the customer's transactions, product information, or purchase transaction details.
When you define a dimension table, you specify the key fields for joining the dimension table to the base record table.