Difference between revisions of "Person (schema)"
Line 17: | Line 17: | ||
| '''schema | | '''schema | ||
| .Person | | .Person | ||
− | |- | + | |- valign="top" |
| '''Description | | '''Description | ||
Line 28: | Line 28: | ||
CREATE SCHEMA Person AUTHORIZATION dbo | CREATE SCHEMA Person AUTHORIZATION dbo | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Referencing Object | ||
+ | | '''Object Type | ||
+ | | '''Reference Type | ||
+ | |||
+ | |- | ||
+ | | [[Person.Address_(table)|Person.Address]] | ||
+ | | Table | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.AddressType_(table)|Person.AddressType]] | ||
+ | | Table | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.Contact_(table)|Person.Contact]] | ||
+ | | Table | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.ContactType_(table)|Person.ContactType]] | ||
+ | | Table | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.CountryRegion_(table)|Person.CountryRegion]] | ||
+ | | Table | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.StateProvince_(table)|Person.StateProvince]] | ||
+ | | Table | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.vAdditionalContactInfo_(view)|Person.vAdditionalContactInfo]] | ||
+ | | View | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.vStateProvinceCountryRegion_(view)|Person.vStateProvinceCountryRegion]] | ||
+ | | View | ||
+ | | Schema | ||
+ | |- | ||
+ | | [[Person.AdditionalContactInfoSchemaCollection_(xml_schema_collection)|Person.AdditionalContactInfoSchemaCollection]] | ||
+ | | XML Schema Collection | ||
+ | | Schema | ||
+ | |} |
Revision as of 06:26, 30 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
Referencing Object | Object Type | Reference Type |
Person.Address | Table | Schema |
Person.AddressType | Table | Schema |
Person.Contact | Table | Schema |
Person.ContactType | Table | Schema |
Person.CountryRegion | Table | Schema |
Person.StateProvince | Table | Schema |
Person.vAdditionalContactInfo | View | Schema |
Person.vStateProvinceCountryRegion | View | Schema |
Person.AdditionalContactInfoSchemaCollection | XML Schema Collection | Schema |