Difference between revisions of "Production (schema)"
Line 6: | Line 6: | ||
| .Production | | .Production | ||
|- | |- | ||
+ | |} | ||
+ | |||
+ | <pre> | ||
+ | CREATE SCHEMA Production AUTHORIZATION dbo | ||
+ | </pre> | ||
+ | |||
+ | == automatically generated == | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- | ||
+ | | '''schema | ||
+ | | .Production | ||
+ | |- | ||
+ | |||
+ | | '''Description | ||
+ | | Contains objects related to products, inventory, and manufacturing. | ||
+ | |- | ||
+ | |||
|} | |} | ||
Revision as of 23:28, 26 November 2009
wikibot
schema | .Production |
CREATE SCHEMA Production AUTHORIZATION dbo
automatically generated
schema | .Production |
Description | Contains objects related to products, inventory, and manufacturing. |
CREATE SCHEMA Production AUTHORIZATION dbo