SQL conventions¶
Formatting¶
Tip
IntelliJ can do this for you. Import the IntelliJ formatter settings.
Use lowercase for keywords, aliases, function names, and columns, and table names.
Wrap at 120 characters and do not align horizontally. Multiline statements should follow this indentation format: