Modern SQL Style Guide
Modern SQL Style Guide - rev 1.0.1 A guide to writing clean, clear, and consistent SQL.
select * from modern.sql_style_guide as guide where guide.attributes in ('clean', 'clear', 'consistent') and guide.look = 'beautiful' Purpose These guidelines are designed to make SQL statements easy to write, easy to read, easy to maintain, and beautiful to see. This document is to be used as a guide for anyone who would like to codify a team’s preferred SQL style.
17 minutes to read