What problem does it solve? Writing correct SQL requires knowing both the database schema and dialect-specific syntax, which slows down analysts, product managers, and engineers who need data quickly. This Skill translates plain-language business questions into working SQL queries without manual syntax work. ## Core Features & Use Cases - Natural Language to SQL: Converts plain-English data requests into production-ready queries with explanatory comments. - Multi-Dialect Support: Generates queries for BigQuery, PostgreSQL, MySQL, Snowflake, and SQL Server. - Schema-Aware Generation: Reads uploaded schema files, SQL dumps, or table descriptions to produce queries that match your actual tables and relationships. - Use Case: Upload your database schema file and ask for a query finding users who signed up in the last 30 days with at least 5 active sessions, and receive an optimized query with performance notes and testing suggestions. ## Quick Start Ask the assistant to generate a BigQuery query that analyzes revenue by region and customer tier using the attached database schema file.