Posts

Execution Order and Permissible Columns in SQL Clauses – I

The secret sauce is to know the order of execution of SQL clauses and columns permissible on them. If you know the A, B, C of SQL, you would be familiar with its clauses and functions, and how to use them. However, do you still find yourself persistently running into syntactical errors when trying to construct a query? … Continue reading Execution Order and Permissible Columns in SQL Clauses – I