Difference between revisions of "Person (schema)"
| Line 4: | Line 4: | ||
|- | |- | ||
| '''schema | | '''schema | ||
| − | | | + | | Person |
| + | |- valign="top" | ||
| + | | '''Description | ||
| + | | Contains objects related to names and addresses of customers, vendors, and employees | ||
|- | |- | ||
|} | |} | ||
| Line 11: | Line 14: | ||
CREATE SCHEMA Person AUTHORIZATION dbo | CREATE SCHEMA Person AUTHORIZATION dbo | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:55, 28 December 2009
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 |