Understanding different types of JOINS

Joins are used to combine data or rows from two or more tables based on a common field between them.

In this video, we will learn several join techniques and will be able to combine or join data in the following types:

  • Left Outer
  • Right Outer
  • Full Outer
  • Inner
  • Left Anti
  • Right Anti

Complete and Continue