dbo.segments
Documentation | Products |
Schema | dbo |
Name | segments |
Module | Products |
List of product segments.
Columns
Key | Name | Data type | Null | Attributes | References | Description | ||
---|---|---|---|---|---|---|---|---|
1 | segment_id | int | Identity | Row ID | ||||
Row ID Identity |
||||||||
2 | segment | nvarchar(50) | Segment name | |||||
Segment name |
Relations
Foreign table | Primary table | Join | Title / Name / Description | |
---|---|---|---|---|
dbo.products | dbo.segments | dbo.products.segment_id = dbo.segments.segment_id | FK_products_segments |
|
dbo.products.segment_id = dbo.segments.segment_id Name: FK_products_segments |
Unique keys
Key name | Columns | Description | |
---|---|---|---|
PK_segments | segment_id | ||
Used by
Name |
---|
dbo.segments
|
Exported: 2019-02-04 23:17, Last imported: 2018-04-10 17:07