| Table: dbo.GL_Account_Segment_Csa_Description | |||
| This table stores the csa description for a gl account segment. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_account_segment_KEY | int (4) | NOT NULL | GL Account Grouping key. |
| description | nvarchar (256) | NOT NULL | Orginal description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_GL_Account_Segment_Csa_Description$gl_account_segment_KEY | gl_account_segment_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_GL_Account_Segment_Csa_Description__GL_Account_Segment__gl_account_segment_KEY | gl_account_segment_KEY | GL_Account_Segment (gl_account_segment_KEY) | |