| Table: dbo.GL_Account_Standard_Segment | |||
| Columns | |||
| Name | Type | Constraints | Description |
| gl_account_standard_segment_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (100) | NOT NULL | description of a standard segment that each client will get a copy of. |
| Primary key | |||
| Name | Columns | Description | |
| PK_GL_Account_Standard_Segment | gl_account_standard_segment_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_GL_Account_Standard_Segment$description | description | ||