What tools do you consider essential for data analysis?
For this SQL exercise, use the tool catalog and return only tools marked as essential. Include the tool name and category, ordered alphabetically by tool name.
tool_name, category.tool_name ascending.| Column | Type | Description |
|---|---|---|
| tool_idPK | INT | Unique identifier for the analysis tool |
| tool_name | VARCHAR(100) | Name of the data analysis tool |
| category | VARCHAR(60) | Primary category of the tool |
| is_essential | BOOLEAN | Whether the tool is considered essential for data analysis |