This table associates an attribute group with an activity. It means that the group belongs to this activity.
The primary key is formed by both columns of the table.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| activityid | integer | X | X | activity(activityid) | This is a foreign key to the table activity. |
| attributegroupid | integer | X | X | attributegroup(attributegroupid) | This is a foreign key to the table attributegroup. |