SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: String functions: Arrays and JSON: Performance tips: - Use to profile queries - Create indexes on frequently filtered/joined columns - Use over for correlated subqueries - Partial indexes for common filter conditions - Use connection pooling for concurrent access --- Snowflake Date/time: String functions: Semi-structured data: Performance tips: - Use clustering keys on large tables (not traditional indexes)…