Put SQL keywords into capitals and break a long query across lines so its clauses can be read at a glance.
select id, name, email from users where active = 1 order by name
SELECT id, name, email FROM users WHERE active = 1 ORDER BY name
No. The formatting happens in your browser and the query never leaves the page.
No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.
There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.