Difference between revisions of "Purchasing (schema)"
Line 4: | Line 4: | ||
|- | |- | ||
| '''schema | | '''schema | ||
− | | . | + | | Purchasing |
+ | |- valign="top" | ||
+ | | '''Description | ||
+ | | Contains objects related to vendors and purchase orders. | ||
|- | |- | ||
|} | |} | ||
Line 11: | Line 14: | ||
CREATE SCHEMA Purchasing AUTHORIZATION dbo | CREATE SCHEMA Purchasing AUTHORIZATION dbo | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:56, 28 December 2009
wikibot
schema | Purchasing |
Description | Contains objects related to vendors and purchase orders. |
CREATE SCHEMA Purchasing AUTHORIZATION dbo
automatically generated
schema | Purchasing |
Description | Contains objects related to vendors and purchase orders. |
CREATE SCHEMA Purchasing AUTHORIZATION dbo
Reference Type | Object Type | Referencing Object |
Schema | Table | Purchasing.ProductVendor |
Schema | Table | Purchasing.PurchaseOrderDetail |
Schema | Table | Purchasing.PurchaseOrderHeader |
Schema | Table | Purchasing.ShipMethod |
Schema | Table | Purchasing.Vendor |
Schema | Table | Purchasing.VendorAddress |
Schema | Table | Purchasing.VendorContact |
Schema | View | Purchasing.vVendor |