shipping_dimension
This table contains information about shipping companies that the retail chain uses.
	This table contains information about shipping companies that the retail chain uses.
| Column Name | Data Type | NULLs | 
| shipping_key | INTEGER | No | 
| ship_type | CHAR(30) | Yes | 
| ship_mode | CHAR(10) | Yes | 
| ship_carrier | CHAR(20) | Yes |