Difference between revisions of "Production.ProductModelIllustration (table)"

From dbscript Online Help
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| Production.ProductModelIllustration
 
| Production.ProductModelIllustration
Line 8: Line 8:
 
| '''Description
 
| '''Description
 
| Cross-reference table mapping product models and illustrations.
 
| Cross-reference table mapping product models and illustrations.
|-
 
 
|}
 
|}
  
 
+
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 18: Line 17:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''Description / PK / Index
+
| '''Description
+
 
 
|- valign="top"
 
|- valign="top"
 
| ProductModelID
 
| ProductModelID
Line 25: Line 24:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. Foreign key to ProductModel.ProductModelID.<br />PK_ProductModelIllustration_ProductModelID_IllustrationID
+
| Primary key. Foreign key to ProductModel.ProductModelID.
 
|- valign="top"
 
|- valign="top"
 
| IllustrationID
 
| IllustrationID
Line 31: Line 30:
 
| not null
 
| not null
 
|  
 
|  
| Primary key. Foreign key to Illustration.IllustrationID.<br />PK_ProductModelIllustration_ProductModelID_IllustrationID
+
| Primary key. Foreign key to Illustration.IllustrationID.
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 37: Line 36:
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
| Date and time the record was last updated.<br />
+
| Date and time the record was last updated.
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| PK_ProductModelIllustration_ProductModelID_IllustrationID
 +
| ProductModelID, IllustrationID
 +
|}
  
 
+
=== Foreign Keys ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 47: Line 55:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
+
 
|-
+
|- valign="top"
 
| [[Production.Illustration_(table)|Production.Illustration]]
 
| [[Production.Illustration_(table)|Production.Illustration]]
 
| IllustrationID
 
| IllustrationID
 
| IllustrationID
 
| IllustrationID
|-
+
|- valign="top"
 
| [[Production.ProductModel_(table)|Production.ProductModel]]
 
| [[Production.ProductModel_(table)|Production.ProductModel]]
 
| ProductModelID
 
| ProductModelID
Line 58: Line 66:
 
|}
 
|}
  
 +
=== References ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Dependency Type
 +
| '''Object Type
 +
| '''Referenced Object
 +
 +
|- valign="top"
 +
| Schema
 +
| Schema
 +
| [[Production_(schema)|Production]]
 +
 +
|}
  
  

Latest revision as of 00:16, 24 June 2010

wikibot[edit]

Table Production.ProductModelIllustration
Description Cross-reference table mapping product models and illustrations.

Columns[edit]

Column Data Type Nullable Default Description
ProductModelID int not null Primary key. Foreign key to ProductModel.ProductModelID.
IllustrationID int not null Primary key. Foreign key to Illustration.IllustrationID.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key[edit]

Primary Key Columns
PK_ProductModelIllustration_ProductModelID_IllustrationID ProductModelID, IllustrationID

Foreign Keys[edit]

Relation Column Referenced Column
Production.Illustration IllustrationID IllustrationID
Production.ProductModel ProductModelID ProductModelID

References[edit]

Dependency Type Object Type Referenced Object
Schema Schema Production


automatically generated[edit]

Table Production.ProductModelIllustration
Description Cross-reference table mapping product models and illustrations.


Column Data Type Nullable Default Description / PK / Index
ProductModelID int not null Primary key. Foreign key to ProductModel.ProductModelID.
PK_ProductModelIllustration_ProductModelID_IllustrationID
IllustrationID int not null Primary key. Foreign key to Illustration.IllustrationID.
PK_ProductModelIllustration_ProductModelID_IllustrationID
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Relation Column Referenced Column
Production.Illustration IllustrationID IllustrationID
Production.ProductModel ProductModelID ProductModelID


Dependency Type Object Type Referenced Object
Schema Schema Production