ACCT_ADDR
Description:
This table contains one row for each line of the billing address of a guarantor account.

Primary Key
Column Name Ordinal Position
ACCOUNT_ID 1
ADDRESS_LINE 2

Column Information
Name Type Discontinued?
1 ACCOUNT_ID NUMERIC No
The unique identifier for the guarantor record. This column is frequently used to link to the ACCOUNT table
2 ADDRESS_LINE INTEGER No
The line number for the guarantor billing address. This line number represents a single line of a guarantor's billing address.
3 ADDRESS VARCHAR No
This represents the guarantor's street address. Each ACCOUNT_ID value represents a different guarantor account and each ADDRESS_LINE value represents a different line of that guarantor's address.