SQL Formatter

About

Unformatted SQL can be difficult to read and error prone. Help yourself and others future problems by formatting it nicely. It does all this within your browser and protects your data privacy. Standard SQL is supported.

What is SQL?

SQL is a data query language that is mostly associated with querying relational databases. It is pronounced as S-Q-L or sequel. It introduces the concept of accessing many records with one single command; and it eliminates the need to specify how to reach a record, e.g. with or without an index.

Learn more

To learn more about SQL and its related information, please visit the following websites: