Table: dbo.Bank_Transaction_Transfer_Type
The table enumerates the different types of bank transaction transfers supported by the system.
Columns
NameTypeConstraintsDescription
bank_transaction_transfer_type_KEYint (4)NOT NULLPrimary key.
descriptionnvarchar (60)NOT NULLDescription of the bank transaction transfer type.
Primary key
NameColumnsDescription
PK_Bank_Transaction_Transfer_Typebank_transaction_transfer_type_KEY
Unique constraints
NameColumnsDescription
UK_Bank_Transaction_Transfer_Type$descriptiondescription

Schema diagram