Make Your MySQL Tables Strict

When you're upgrading to MySQL 5.6 you may notice strict mode is turned on by default. You can disable it, but now might be a good time to get your schemas strict, to ensure smooth...

Find Duplicate Input With MySQL

Back to basic, let's brush up on some SQL :) At my company we have employees creating customer accounts every day. Sometimes we make mistakes, for instance, we forget to check if...

The Pragmatic SQL Style Guide

Code spends more time being read then being written. I think naturally this is true for queries as well. So it might help if we teach ourselves some guidelines as how to nicely for...