Did you know that you don’t have to use JOIN syntax when writing a SQL Query? You can simply list your tables, and put the join criteria in the where clause. In today’s world we typically create a join clause for each table joined after the original first table specified in the from clause. Here’s an example query pulling from […]