| Table: dbo.Quick_Books_Transaction_N_GL_Transaction | |||
| This dictionary table associates a gl transaction with an associated quickbooks transaction. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| quick_books_transaction_KEY | int (4) | NOT NULL | Foreign key to quick books transaction table. |
| gl_transaction_KEY | int (4) | NOT NULL | Foreign key to gl transaction table. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Quick_Books_Transaction_N_GL_Transaction$quick_books_transaction_KEY | quick_books_transaction_KEY | ||