Compare and contrast the use of QuickSight and Tableau for building automated dashboards.
Using the supplied tables, return a SQL-based comparison of the two tools across documented dashboard capabilities.
tool_name, matched feature_count, automated_feature_count, native_integration_count, average_score, and an alphabetically ordered feature_summary.tool_name ascending.| Column | Type | Description |
|---|---|---|
| assessment_idPK | INT | Unique capability assessment identifier |
| tool_name | VARCHAR(50) | Analytics tool being assessed |
| feature_id | INT | Capability catalog identifier |
| automation_supported | BOOLEAN | Whether the capability supports dashboard automation |
| native_integration | BOOLEAN | Whether the capability is natively integrated |
| score | DECIMAL(3,1) | Illustrative capability assessment score |
| Column | Type | Description |
|---|---|---|
| feature_idPK | INT | Unique capability catalog identifier |
| capability | VARCHAR(100) | Dashboard capability name |
| capability_description | TEXT | Description of the capability |