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