Person (schema)
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 |