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