Difference between revisions of "Person (schema)"
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Schema | | '''Schema | ||
| Person | | Person | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Contains objects related to names and addresses of customers, vendors, and employees | | Contains objects related to names and addresses of customers, vendors, and employees | ||
− | |||
|} | |} | ||
− | |||
=== Source === | === Source === | ||
Line 24: | Line 22: | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Table | | Table | ||
| [[Person.Address_(table)|Person.Address]] | | [[Person.Address_(table)|Person.Address]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Table | | Table | ||
| [[Person.AddressType_(table)|Person.AddressType]] | | [[Person.AddressType_(table)|Person.AddressType]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Table | | Table | ||
| [[Person.Contact_(table)|Person.Contact]] | | [[Person.Contact_(table)|Person.Contact]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Table | | Table | ||
| [[Person.ContactType_(table)|Person.ContactType]] | | [[Person.ContactType_(table)|Person.ContactType]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Table | | Table | ||
| [[Person.CountryRegion_(table)|Person.CountryRegion]] | | [[Person.CountryRegion_(table)|Person.CountryRegion]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Table | | Table | ||
| [[Person.StateProvince_(table)|Person.StateProvince]] | | [[Person.StateProvince_(table)|Person.StateProvince]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| View | | View | ||
| [[Person.vAdditionalContactInfo_(view)|Person.vAdditionalContactInfo]] | | [[Person.vAdditionalContactInfo_(view)|Person.vAdditionalContactInfo]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| View | | View | ||
| [[Person.vStateProvinceCountryRegion_(view)|Person.vStateProvinceCountryRegion]] | | [[Person.vStateProvinceCountryRegion_(view)|Person.vStateProvinceCountryRegion]] | ||
− | |- | + | |- 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 |