// handy tools · free in your browser

SQL Mini Tools

No signup, no backend round-trips — format, convert, and generate right on this page.

// FAQ

Free SQL Tools — FAQ

Are these SQL tools free?

Yes. All 12 mini tools — formatter, minifier, SQL linter, converters, generators, and the JOIN visualizer — are completely free with no signup and no usage limits.

Do my queries leave my browser?

No. Every tool processes data locally in your browser. Pasted SQL and uploaded files never leave your device, so nothing is stored or transmitted for processing.

Which SQL dialects are supported?

Tools support the major dialects — PostgreSQL, MySQL, SQLite, BigQuery, Snowflake, SQL Server (T-SQL), and standard SQL — where dialect matters, such as the SQL linter, the SQL formatter, and the data type mapper.

What can I do with the mini tools?

Format and minify SQL, lint SQL for anti-patterns and ambiguous references, convert SQL keyword case, map data types between databases, convert CSV and JSON to SQL, generate UUIDs and timestamps, test LIKE patterns, visualize JOINs, and anonymize data.

Do I need an account to use the mini tools?

No signup is required. A free account is only needed if you want to save solving progress or unlock premium practice packs.

Which tool can I use to convert a spreadsheet into SQL?

Use the CSV to SQL tool. Upload or paste your CSV rows and it generates the matching CREATE TABLE statement plus INSERT queries you can run directly in your database — no manual typing required.