Difference between revisions of "Person (schema)"
| Line 3: | Line 3: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- | |- | ||
| − | | ''' | + | | '''Schema |
| Person | | Person | ||
|- valign="top" | |- valign="top" | ||
| Line 10: | Line 10: | ||
|- | |- | ||
|} | |} | ||
| + | |||
<pre> | <pre> | ||
CREATE SCHEMA Person AUTHORIZATION dbo | CREATE SCHEMA Person AUTHORIZATION dbo | ||
</pre> | </pre> | ||
| − | |||
Revision as of 22:36, 2 February 2010
wikibot
| Schema | Person |
| Description | Contains objects related to names and addresses of customers, vendors, and employees |
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
| Reference Type | Object Type | Referencing Object |
| Schema | Table | Person.Address |
| Schema | Table | Person.AddressType |
| Schema | Table | Person.Contact |
| Schema | Table | Person.ContactType |
| Schema | Table | Person.CountryRegion |
| Schema | Table | Person.StateProvince |
| Schema | View | Person.vAdditionalContactInfo |
| Schema | View | Person.vStateProvinceCountryRegion |
| Schema | XML Schema Collection | Person.AdditionalContactInfoSchemaCollection |