Σημείωμα
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Contains the product descriptions in several languages.
ProductDescription Table Definition
The ProductDescription table is contained in the Production schema.
| Column | Data type | Nullability | Description |
|---|---|---|---|
ProductDescriptionID |
int |
Not null |
Primary key for ProductDescription rows. |
Description |
nvarchar(400) |
Not null |
Description of the product. |
rowguid |
uniqueidentifier ROWGUIDCOL |
Not null |
ROWGUIDCOL number uniquely identifying the row. Used to support a merge replication sample. |
ModifiedDate |
datetime |
Not null |
Date and time the row was last updated. |
See Also
Reference
Culture Table (AdventureWorks)
ProductModel Table (AdventureWorks)
ProductModelProductDescriptionCulture Table (AdventureWorks)
Other Resources
AdventureWorks Data Dictionary