Tag archive for ‘Joining data’

  • Inner and outer joins SQL examples and the Join block

    In this post I'll show you how to do all the main types of Joins with clear SQL examples. The examples are written for Microsoft SQL Server, but very similar syntax is used in Oracle, MySQL and other databases. Joins can be said to be INNER or OUTER joins, and the two tables involved are [...]