Difference between revisions of "Purchasing.ShipMethod (table)"

From dbscript Online Help
Jump to: navigation, search
(Undo revision 2000 by Bot (Talk))
 
(6 intermediate revisions 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
 
| Purchasing.ShipMethod
 
| Purchasing.ShipMethod
Line 8: Line 8:
 
| '''Description
 
| '''Description
 
| Shipping company lookup table.
 
| Shipping company lookup table.
|-
 
 
|}
 
|}
  
 
+
=== 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"
 
| ShipMethodID
 
| ShipMethodID
Line 25: Line 24:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for ShipMethod records.<br />PK_ShipMethod_ShipMethodID
+
| Primary key for ShipMethod records.
 
|- valign="top"
 
|- valign="top"
 
| Name
 
| Name
Line 31: Line 30:
 
| not null
 
| not null
 
|  
 
|  
| Shipping company name.<br />AK_ShipMethod_Name
+
| Shipping company name.
 
|- valign="top"
 
|- valign="top"
 
| ShipBase
 
| ShipBase
Line 37: Line 36:
 
| not null
 
| not null
 
| ((0.00))
 
| ((0.00))
| Minimum shipping charge.<br />
+
| Minimum shipping charge.
 
|- valign="top"
 
|- valign="top"
 
| ShipRate
 
| ShipRate
Line 43: Line 42:
 
| not null
 
| not null
 
| ((0.00))
 
| ((0.00))
| Shipping charge per pound.<br />
+
| Shipping charge per pound.
 
|- valign="top"
 
|- valign="top"
 
| rowguid
 
| rowguid
Line 49: Line 48:
 
| not null
 
| not null
 
| (newid())
 
| (newid())
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_ShipMethod_rowguid
+
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 55: Line 54:
 
| 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_ShipMethod_ShipMethodID
 +
| ShipMethodID
 
|}
 
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
  
 +
|- valign="top"
 +
| AK_ShipMethod_Name
 +
| Unique
 +
| Name
 +
|- valign="top"
 +
| AK_ShipMethod_rowguid
 +
| Unique
 +
| rowguid
 +
|}
  
 +
=== Check Constraints ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Check Constraint
 +
| '''Expression
 +
| '''Description
 +
 +
|- valign="top"
 +
| CK_ShipMethod_ShipBase
 +
| ([ShipBase]>(0.00))
 +
| Check constraint [ShipBase] > (0.00)
 +
|- valign="top"
 +
| CK_ShipMethod_ShipRate
 +
| ([ShipRate]>(0.00))
 +
| Check constraint [ShipRate] > (0.00)
 +
|}
 +
 +
=== Detail Tables ===
 
{| 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 65: Line 107:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[Purchasing.PurchaseOrderHeader_(table)|Purchasing.PurchaseOrderHeader]]
 
| [[Purchasing.PurchaseOrderHeader_(table)|Purchasing.PurchaseOrderHeader]]
 
| ShipMethodID
 
| ShipMethodID
 
| ShipMethodID
 
| ShipMethodID
|-
+
|- valign="top"
 
| [[Sales.SalesOrderHeader_(table)|Sales.SalesOrderHeader]]
 
| [[Sales.SalesOrderHeader_(table)|Sales.SalesOrderHeader]]
 
| ShipMethodID
 
| ShipMethodID
Line 76: Line 118:
 
|}
 
|}
  
 
+
=== References ===
 
{| 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 83: Line 125:
 
| '''Referenced Object
 
| '''Referenced Object
  
|-
+
|- valign="top"
 
| Data Type
 
| Data Type
 
| Type
 
| Type
 
| [[dbo.Name_(type)|dbo.Name]]
 
| [[dbo.Name_(type)|dbo.Name]]
 +
 +
|- valign="top"
 +
| Schema
 +
| Schema
 +
| [[Purchasing_(schema)|Purchasing]]
  
 
|}
 
|}
 
  
  
Line 95: Line 141:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table Values
 
| '''Table Values
 
| Purchasing.ShipMethod
 
| Purchasing.ShipMethod
|-
 
 
|}
 
|}
  
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
  
{| border="1" cellpadding="5" cellspacing="0"  style="border-collapse:collapse"
 
|- style="background:silver"
 
 
| '''ShipMethodID
 
| '''ShipMethodID
 
| '''Name
 
| '''Name
 
| '''ShipBase
 
| '''ShipBase
 
| '''ShipRate
 
| '''ShipRate
|-  
+
|- valign="top"
| 1
+
 
| XRQ - TRUCK GROUND
+
| 1
| 3.95
+
| XRQ - TRUCK GROUND
| 0.99
+
| 3.95
|-  
+
| 0.99
| 2
+
|- valign="top"
| ZY - EXPRESS
+
 
| 9.95
+
| 2
| 1.99
+
| ZY - EXPRESS
|-  
+
| 9.95
| 3
+
| 1.99
| OVERSEAS - DELUXE
+
|- valign="top"
| 29.95
+
 
| 2.99
+
| 3
|-  
+
| OVERSEAS - DELUXE
| 4
+
| 29.95
| OVERNIGHT J-FAST
+
| 2.99
| 21.95
+
|- valign="top"
| 1.29
+
 
|-  
+
| 4
| 5
+
| OVERNIGHT J-FAST
| CARGO TRANSPORT 5
+
| 21.95
| 8.99
+
| 1.29
| 1.49
+
|- valign="top"
 +
 
 +
| 5
 +
| CARGO TRANSPORT 5
 +
| 8.99
 +
| 1.49
 
|}
 
|}
 +
 
== automatically generated ==
 
== automatically generated ==
  

Latest revision as of 10:56, 27 August 2011

wikibot[edit]

Table Purchasing.ShipMethod
Description Shipping company lookup table.

Columns[edit]

Column Data Type Nullable Default Description
ShipMethodID int not null Primary key for ShipMethod records.
Name dbo.Name not null Shipping company name.
ShipBase money not null ((0.00)) Minimum shipping charge.
ShipRate money not null ((0.00)) Shipping charge per pound.
rowguid uniqueidentifier not null (newid()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key[edit]

Primary Key Columns
PK_ShipMethod_ShipMethodID ShipMethodID

Indexes[edit]

Index Type Columns
AK_ShipMethod_Name Unique Name
AK_ShipMethod_rowguid Unique rowguid

Check Constraints[edit]

Check Constraint Expression Description
CK_ShipMethod_ShipBase ([ShipBase]>(0.00)) Check constraint [ShipBase] > (0.00)
CK_ShipMethod_ShipRate ([ShipRate]>(0.00)) Check constraint [ShipRate] > (0.00)

Detail Tables[edit]

Detail Table Column Referencing Column
Purchasing.PurchaseOrderHeader ShipMethodID ShipMethodID
Sales.SalesOrderHeader ShipMethodID ShipMethodID

References[edit]

Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Purchasing


wikivalues[edit]

Table Values Purchasing.ShipMethod
ShipMethodID Name ShipBase ShipRate
1 XRQ - TRUCK GROUND 3.95 0.99
2 ZY - EXPRESS 9.95 1.99
3 OVERSEAS - DELUXE 29.95 2.99
4 OVERNIGHT J-FAST 21.95 1.29
5 CARGO TRANSPORT 5 8.99 1.49

automatically generated[edit]

Table Purchasing.ShipMethod
Description Shipping company lookup table.


Column Data Type Nullable Default Description / PK / Index
ShipMethodID int not null Primary key for ShipMethod records.
PK_ShipMethod_ShipMethodID
Name Name not null Shipping company name.
AK_ShipMethod_Name
ShipBase money not null (0.00) Minimum shipping charge.
ShipRate money not null (0.00) Shipping charge per pound.
rowguid uniqueidentifier not null (NEWID()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
AK_ShipMethod_rowguid
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Detail Table Column Referencing Column
Purchasing.PurchaseOrderHeader ShipMethodID ShipMethodID
Sales.SalesOrderHeader ShipMethodID ShipMethodID


Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Purchasing