Best Practices for Writing Good SQL Code

Terence Shin, MSc, MBA
Towards Data Science
6 min readApr 14, 2022

--

Css vector created by pikisuperstar — www.freepik.com

Introduction

One of the simplest, yet most effective ways, to hone your skills as a coder is to make your code more readable. Making your code readable makes it more interpretable, more reproducible, and easier to debug. The best way to make your code more readable is to enforce some rules, or standards, to make it consistent and clean.

--

--