Product descriptions in several languages.
Creation Date | 27/10/2017 14:33 |
File Group | PRIMARY |
Text File Group | |
System Object | |
Published for Replication | |
Rows | 762 |
Data Space Used | 144.00 KB |
Index Space Used | 56.00 KB |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
ProductDescriptionID | Primary key for ProductDescription records. | Integer | 4 | ||||
Description | Description of the product. | VarWChar | 400 | ||||
rowguid | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. | GUID | 16 | (newid()) | |||
ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Index | Description | Primary | Unique |
---|---|---|---|
AK_ProductDescription_rowguid | Unique nonclustered index. Used to support replication samples. | ||
PK_ProductDescription_ProductDescriptionID | Primary key (clustered) constraint |
Relationship | Description |
---|---|
FK_ProductModelProductDescriptionCulture_ProductDescription_ProductDescriptionID | Foreign key constraint referencing ProductDescription.ProductDescriptionID. |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
Production.ProductModelProductDescriptionCulture | Table | Cross-reference table mapping product descriptions and the language the description is written in. | 1 | |
Production.vProductAndDescription | View | Product names and descriptions. Product descriptions are provided in multiple languages. | 1 |
|