What problem does it solve? Writing correct SQL for Databricks SQL warehouses requires knowing which features exist, their exact syntax, and which runtime versions support them. This Skill provides accurate syntax patterns and reference documentation for DBSQL capabilities so queries work the first time. ## Core Features & Use Cases - Procedural SQL and Scripting: Write SQL scripting blocks, stored procedures with error handling, recursive CTEs, and multi-statement transactions. - AI and Federation Functions: Use ai_query, ai_classify, ai_extract, ai_forecast, vector_search, http_request, remote_query, and read_files with full parameter references. - Geospatial and Collation Support: Apply 39 H3 functions, 80+ ST spatial functions, and ICU collations for proximity search and case-insensitive matching. - Use Case: A data engineer needs to classify support tickets with ai_classify, schedule a materialized view refresh, and run an H3-based proximity join, all with correct syntax and warehouse requirements. ## Quick Start Use the databricks-dbsql skill to write a stored procedure that merges staging data into a dimension table with error handling.