dbo.markets
Documentation | Products |
Schema | dbo |
Name | markets |
Module | Products |
Dictionary of prodcut markets (applies for company products only).
Columns
Key | Name | Data type | Null | Attributes | References | Description | ||
---|---|---|---|---|---|---|---|---|
1 | market_id | int | Identity | Row Id | ||||
Row Id Identity |
||||||||
2 | market | nvarchar(50) | Market name | |||||
Market name |
Relations
Foreign table | Primary table | Join | Title / Name / Description | |
---|---|---|---|---|
dbo.products | dbo.markets | dbo.products.market_id = dbo.markets.market_id | FK_products_markets |
|
dbo.products.market_id = dbo.markets.market_id Name: FK_products_markets |
Unique keys
Key name | Columns | Description | |
---|---|---|---|
PK_markets | market_id | ||
Used by
Name |
---|
dbo.markets
|
Exported: 2019-02-04 23:17, Last imported: 2018-04-10 17:07