What’s the difference between JOIN and LEFT JOIN? This and other JOIN questions, answered!

Reading Time: 6 minutes When I was first learning how to query databases using T-SQL, I had some very basic questions about the different JOIN operations. I had questions like: “What’s the difference between a JOIN and a LEFT JOIN?” Or “What’s the difference between a regular JOIN and an INNER JOIN?” Or even Continue Reading