Generated using SQL Data Dictionary demo version.


Table Warehouse.StockGroups (10 rows)


Groups for categorizing stock items (ie: novelties, toys, edible novelties, etc.)


  Column Data Type Identity Nullable Default
PK StockGroupID int NEXT VALUE FOR [Sequences].[StockGroupID]
Numeric ID used for reference to a stock group within the database
UK StockGroupName nvarchar(50)
Full name of groups used to categorize stock items
FK LastEditedBy int
ValidFrom datetime2
ValidTo datetime2

Indexes:


References:


Referenced by: