Format and beautify SQL queries for better readability.
SQL formatting improves the readability of SQL queries by adding consistent indentation, line breaks, and capitalization. Well-formatted SQL is easier to read, debug, and maintain. This tool capitalizes SQL keywords (SELECT, FROM, WHERE, etc.), adds proper line breaks, and indents subqueries. The minify option removes all unnecessary whitespace for use in production code or scripts where size matters.