analyze_sql
Break down a SQL query into its core components: tables, columns, JOINs, and structure.
Instructions
Extract tables, columns, JOINs, and structure from a SQL query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze |