Format and beautify SQL queries with syntax highlighting
select id, name, email from users where status = 'active' order by name limit 100
Formatted SQL will appear here...