Table: dbo.Client_Undistributed_GL_Account | |||
Columns | |||
Name | Type | Constraints | Description |
client_KEY | int (4) | NOT NULL | Primary key and foreign key to parent Client table |
gl_account_KEY | int (4) | NOT NULL | foreign Key to GL_Account table |
Primary key | |||
Name | Columns | Description | |
PK_Client_Undistributed_GL_Account$client_KEY | client_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Client_Undistributed_GL_Account__Client__client_KEY | client_KEY | Client (client_KEY) | |
FK_Client_Undistributed_GL_Account__GL_Account__gl_account_KEY | gl_account_KEY | GL_Account (gl_account_KEY) |