Difference between revisions of "Person (schema)"
| Line 12: | Line 12: | ||
| + | === Source === | ||
<pre> | <pre> | ||
CREATE SCHEMA Person AUTHORIZATION dbo | CREATE SCHEMA Person AUTHORIZATION dbo | ||
</pre> | </pre> | ||
| + | |||
| + | === Dependencies === | ||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Reference Type | ||
| + | | '''Object Type | ||
| + | | '''Referencing Object | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | Table | ||
| + | | [[Person.Address_(table)|Person.Address]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | Table | ||
| + | | [[Person.AddressType_(table)|Person.AddressType]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | Table | ||
| + | | [[Person.Contact_(table)|Person.Contact]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | Table | ||
| + | | [[Person.ContactType_(table)|Person.ContactType]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | Table | ||
| + | | [[Person.CountryRegion_(table)|Person.CountryRegion]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | Table | ||
| + | | [[Person.StateProvince_(table)|Person.StateProvince]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | View | ||
| + | | [[Person.vAdditionalContactInfo_(view)|Person.vAdditionalContactInfo]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | View | ||
| + | | [[Person.vStateProvinceCountryRegion_(view)|Person.vStateProvinceCountryRegion]] | ||
| + | |||
| + | |- | ||
| + | | Schema | ||
| + | | XML Schema Collection | ||
| + | | [[Person.AdditionalContactInfoSchemaCollection_(xml_schema_collection)|Person.AdditionalContactInfoSchemaCollection]] | ||
| + | |||
| + | |} | ||
Revision as of 23:08, 2 February 2010
wikibot
| Schema | Person |
| Description | Contains objects related to names and addresses of customers, vendors, and employees |
Source
CREATE SCHEMA Person AUTHORIZATION dbo
Dependencies
| 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 |
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 |