| Table: dbo.Accounting_Application | |||
| The table enumerates the different types of accounting applications that may use the database. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| accounting_application_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (50) | NOT NULL | Abbreviation for the accounting application. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Accounting_Application | accounting_application_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Accounting_Application$description | description | ||