Production.ProductDescription Table
Description
Product descriptions in several languages.
Properties
| Creation Date | 17/07/2014 16:11 |
| 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 |
Columns
| 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()) |
Indexes
| Index | Description | Primary | Unique |
|---|---|---|---|
| AK_ProductDescription_rowguid | Unique nonclustered index. Used to support replication samples. | ![]() | |
| PK_ProductDescription_ProductDescriptionID | Primary key (clustered) constraint | ![]() | ![]() |
Relationships
| Relationship | Description |
|---|---|
| FK_ProductModelProductDescriptionCulture_ProductDescription_ProductDescriptionID | Foreign key constraint referencing ProductDescription.ProductDescriptionID. |
Objects that depend on Production.ProductDescription
| 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 |
SQL
|
See Also



