Know what you code
•Is the SQL clear enough that the next developer (who will know far less about that module of the application), or even a SQL tuning specialist (who may know almost nothing about the application) can easily understand it?
•Are the unusual features of the SQL, if any, well commented with clear explanations?
•Is every column preceded with its alias?
•