Generated using SQL Data Dictionary demo version.
Categories for suppliers (ie novelties, toys, clothing, packaging, etc.)
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK | SupplierCategoryID | int | NEXT VALUE FOR [Sequences].[SupplierCategoryID] | ||
| Numeric ID used for reference to a supplier category within the database | |||||
| UK | SupplierCategoryName | nvarchar(50) | |||
| Full name of the category that suppliers can be assigned to | |||||
| FK | LastEditedBy | int | |||
| ValidFrom | datetime2 | ||||
| ValidTo | datetime2 | ||||