| Table: dbo.Tip_Allocation_Method | |||
| The table used to store the different types of Tip Allocation methods. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tip_allocation_method_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (30) | NOT NULL | Description of the Tip Allocation method. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tip_Allocation_Method | tip_allocation_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tip_Allocation_Method$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Employee_Tip_Total__Tip_Allocation_Method__tip_allocation_method_KEY | tip_allocation_method_KEY | Employee_Tip_Total | |