Based on my previous post describing the differences between ANSI-89 and ANSI-92+ join syntaxes and recommendations, I had a follow-up question in a comment which was (paraphrased) What do I do with non-join WHERE clauses – how should I write those? Example: SELECT p.FirstName + ‘ works in ‘ + d.DepartmentName AS ‘Who Works Where’ [...]