Generated using SQL Data Dictionary demo version.


Table Purchasing.ShipMethod (5 rows)


Shipping company lookup table.


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

Indexes:


Referenced by: