Difference between revisions of "Person (schema)"

From dbscript Online Help
Jump to: navigation, search
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_(xml_schema_collection)|Person.AdditionalContactInfoSchemaCollection]]
+
| [[Person.AdditionalContactInfoSchemaCollection_(_(xml_schema_collection))|Person.AdditionalContactInfoSchemaCollection]]
  
 
|}
 
|}

Revision as of 23:59, 23 June 2010

wikibot

Schema Person
Description Contains objects related to names and addresses of customers, vendors, and employees

Source

CREATE SCHEMA Person AUTHORIZATION dbo

Dependencies

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

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