What types of integration methods have you worked with, and when did you choose each one?
Use the supplied integration method catalog and experience records to produce a concise SQL summary of documented choices. Include active methods even when no experience has been recorded.
method_name, usage_count, latest_decision_date, and selection_contexts.NULL where no experience exists, and order methods alphabetically.| Column | Type | Description |
|---|---|---|
| method_idPK | INT | Unique integration method identifier |
| method_name | VARCHAR(100) | Integration method name |
| description | VARCHAR(255) | Short description of the method |
| is_active | BOOLEAN | Whether the method should appear in the active catalog |
| Column | Type | Description |
|---|---|---|
| experience_idPK | INT | Unique experience record identifier |
| method_id | INT | Referenced integration method |
| chosen_when | VARCHAR(255) | Context in which the method was selected |
| decision_date | DATE | Date the integration decision was recorded |
| system_name | VARCHAR(100) | System involved in the experience |