Difference between revisions of "Person (schema)"
Line 25: | Line 25: | ||
| Schema | | Schema | ||
| Table | | Table | ||
− | | [[Person.Address_ | + | | [[Person.Address_(table)|Person.Address]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| Table | | Table | ||
− | | [[Person.AddressType_ | + | | [[Person.AddressType_(table)|Person.AddressType]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| Table | | Table | ||
− | | [[Person.Contact_ | + | | [[Person.Contact_(table)|Person.Contact]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| Table | | Table | ||
− | | [[Person.ContactType_ | + | | [[Person.ContactType_(table)|Person.ContactType]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| Table | | Table | ||
− | | [[Person.CountryRegion_ | + | | [[Person.CountryRegion_(table)|Person.CountryRegion]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| Table | | Table | ||
− | | [[Person.StateProvince_ | + | | [[Person.StateProvince_(table)|Person.StateProvince]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| View | | View | ||
− | | [[Person.vAdditionalContactInfo_ | + | | [[Person.vAdditionalContactInfo_(view)|Person.vAdditionalContactInfo]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| View | | View | ||
− | | [[Person.vStateProvinceCountryRegion_ | + | | [[Person.vStateProvinceCountryRegion_(view)|Person.vStateProvinceCountryRegion]] |
|- valign="top" | |- valign="top" | ||
| Schema | | Schema | ||
| XML Schema Collection | | XML Schema Collection | ||
− | | [[Person.AdditionalContactInfoSchemaCollection_( | + | | [[Person.AdditionalContactInfoSchemaCollection_(xml schema collection)|Person.AdditionalContactInfoSchemaCollection]] |
|} | |} |
Latest revision as of 23:15, 23 June 2010
wikibot[edit]
Schema | Person |
Description | Contains objects related to names and addresses of customers, vendors, and employees |
Source[edit]
CREATE SCHEMA Person AUTHORIZATION dbo
Dependencies[edit]
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[edit]
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 |