vendor_dimension
This table contains information about each vendor that provides products sold through the retail chain.
This table contains information about each vendor that provides products sold through the retail chain.
Column Name | Data Type | NULLs |
vendor_key |
INTEGER | No |
vendor_name |
VARCHAR(64) | Yes |
vendor_address |
VARCHAR(64) | Yes |
vendor_city |
VARCHAR(64) | Yes |
vendor_state |
CHAR(2) | Yes |
vendor_region |
VARCHAR(32) | Yes |
deal_size |
INTEGER | Yes |
last_deal_update |
DATE | Yes |