Type of phone number of a person.
Creation Date | 27/10/2017 14:33 |
File Group | PRIMARY |
Text File Group | |
System Object | |
Published for Replication | |
Rows | 3 |
Data Space Used | 8.00 KB |
Index Space Used | 8.00 KB |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
PhoneNumberTypeID | Primary key for telephone number type records. | Integer | 4 | ||||
Name | Name of the telephone number type | dbo.Name | 50 | ||||
ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Index | Description | Primary | Unique |
---|---|---|---|
PK_PhoneNumberType_PhoneNumberTypeID | Primary key (clustered) constraint |
Relationship | Description |
---|---|
FK_PersonPhone_PhoneNumberType_PhoneNumberTypeID | Foreign key constraint referencing PhoneNumberType.PhoneNumberTypeID. |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
Person.PersonPhone | Table | Telephone number and type of a person. | 1 | |
HumanResources.vEmployee | View | Employee names and addresses. | 1 | |
Sales.vIndividualCustomer | View | Individual customers (names and addresses) that purchase Adventure Works Cycles products online. | 1 | |
Sales.vSalesPerson | View | Sales representiatives (names and addresses) and their sales-related information. | 1 | |
Sales.vStoreWithContacts | View | Stores (including store contacts) that sell Adventure Works Cycles products to consumers. | 1 | |
Purchasing.vVendorWithContacts | View | Vendor (company) names and the names of vendor employees to contact. | 1 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
dbo.Name | User Defined Data Type | 1 |
|