| Table: dbo.Client_Contact_Payroll_Tax_Information | |||
| The prescence of a record in this table for a given client contact indicates that the contact is the client payroll tax form signer. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_contact_payroll_tax_information_KEY | int (4) | NOT NULL | Table primary key |
| client_KEY | int (4) | NOT NULL | Foreign key to the Client table to enforce constraint that every entry needs be associated with a Client and so that associated client can be easily found if needed |
| contact_KEY | int (4) | NOT NULL | Foreign key to the Contact table |
| Primary key | |||
| Name | Columns | Description | |
| PK_Client_Contact_Payroll_Tax_Information | client_contact_payroll_tax_information_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Client_Contact_Payroll_Tax_Information$contact_KEY | contact_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Client_Contact_Payroll_Tax_Information__Client__client_KEY | client_KEY | Client (client_KEY) | |
| FK_Client_Contact_Payroll_Tax_Information__Contact__contact_KEY | contact_KEY | Contact (contact_KEY) | |