Table: dbo.Deposit_Due_Within | |||
This table stores information on whether deposits are due within three or five banking days. | |||
Columns | |||
Name | Type | Constraints | Description |
deposit_due_within_KEY | tinyint (1) | NOT NULL | Primary key for this table. |
description | nvarchar (40) | NOT NULL | description of the Deposit Due Within. |
Primary key | |||
Name | Columns | Description | |
PK_Deposit_Due_Within | deposit_due_within_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Deposit_Due_Within$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Vendor_Agent__Deposit_Due_Within__deposit_due_within_KEY | deposit_due_within_KEY | Vendor_Agent |