Table: dbo.Deposit_Due_Within
This table stores information on whether deposits are due within three or five banking days.
Columns
NameTypeConstraintsDescription
deposit_due_within_KEYtinyint (1)NOT NULLPrimary key for this table.
descriptionnvarchar (40)NOT NULLdescription of the Deposit Due Within.
Primary key
NameColumnsDescription
PK_Deposit_Due_Withindeposit_due_within_KEY
Unique constraints
NameColumnsDescription
UK_Deposit_Due_Within$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Vendor_Agent__Deposit_Due_Within__deposit_due_within_KEYdeposit_due_within_KEYVendor_Agent

Schema diagram