| Table: dbo.Location_Search_Accuracy_Type | |||
| This table holds the values specifying a location search accuracy. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| location_search_accuracy_type_KEY | int (4) | NOT NULL | The primary key for this table. |
| description | nvarchar (40) | NOT NULL | The description for this accuracy value. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Location_Search_Accuracy_Type | location_search_accuracy_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Location_Search_Accuracy_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Contact_Address__Location_Search_Accuracy_Type__location_search_accuracy_type_KEY | location_search_accuracy_type_KEY | Contact_Address | |