As a SQL Server professional with many years of experience, I know how important it is to understand the different types of joins. Join types are a fundamental concept in SQL Server, and they are essential for retrieving data from multiple tables. In this article, I will explain the differences between inner join, left outer join, and right outer join …

Details on Inner, Left Outer, and Right Outer  Read more »

This is part 8 “right outer join with exclusion” of a 19 part series on TSQL Basics. You will first gain an understanding of the differences between each of these types of joins, and when they should be used. Then we’ll explore some common uses for joins, such as replacing a not in clause with join to get the same …

TSQL Basics Part 8: RIGHT OUTER JOIN w/ exclusion – Video Explanation Read more »

This is part 4 “right outer JOIN” of a 19 part series on TSQL Basics. You will first gain an understanding of the differences between each of these types of joins, and when they should be used. Then we’ll explore some common uses for joins, such as replacing a not in clause with join to get the same results with …

TSQL Basics Part 4: RIGHT OUTER JOIN – Video Explanation Read more »