SQL Structure – Where And Or

In Technical by Jayden MacRae

In the last blog post, we looked at the basics of formatting complex SQL statements. We will often use a Where clause to limit the records we return in a …

SQL Structure

In Uncategorised by Jayden MacRae

When it comes to structuring SQL code, I’m pretty specific about what I like and why. I tend to follow most normal conventions with a few specific exceptions. The first …