| Table: dbo.Funded_Transaction_Type | |||
| Table holds values for the types of transactions that can be funded. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| funded_transaction_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (60) | NOT NULL | The types of transactions that can be funded. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Funded_Transaction_Type | funded_transaction_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Funded_Transaction_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Manual_Funding_Bank_Transaction__Funded_Transaction_Type__funded_transaction_type_KEY | funded_transaction_type_KEY | Manual_Funding_Bank_Transaction | |