Production.ProductModel

Table: 'Production.ProductModel'

6 fields. 136 bytes.

Product model classification.

Field NameData TypeSizeOriginal TypeDefaultNullableDescriptionCheck
ProductModelIDint identity int Not nullPrimary key for ProductModel records. 
NameName nvarchar(50) Not nullProduct model description. 
CatalogDescriptionxml   NullDetailed product catalog information in xml format. 
Instructionsxml   NullManufacturing instructions in xml format. 
rowguiduniqueidentifier  newid()Not nullROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. 
ModifiedDatedatetime  getdate()Not nullDate and time the record was last updated. 

Extended Properties

The object has no extended properties.

Primary key for table 'Production.ProductModel'

Primary Key NameField Name
PK_ProductModel_ProductModelIDProductModelID
There are no Foreign Keys for this table.

Indexes for table 'Production.ProductModel', 3 items

Index NameDescriptionClusteredUniqueFields
PK_ProductModel_ProductModelIDClustered index created by a primary key constraint.YesYesProductModelID
AK_ProductModel_NameUnique nonclustered index.NoYesName
AK_ProductModel_rowguidUnique nonclustered index. Used to support replication samples.NoYesrowguid

Triggers for table 'Production.ProductModel', 1 item

NameDescriptionTypeEnabled
uProductModelAFTER UPDATE trigger setting the ModifiedDate column in the ProductModel table to the current date.after Update Yes

Dependencies for table 'Production.ProductModel', 4 items

Object NameTypeField Name
Production.uProductModeltriggerN/A
Production.vProductAndDescriptionviewN/A
Production.vProductModelCatalogDescriptionviewN/A
Production.vProductModelInstructionsviewN/A