What is a join and List different types of joins

Joins are used in queries to explain how different tables are related. Joins also let you select data from a table depending upon data from another table.

Types of joins:

  • INNER JOINs,
  • OUTER JOINs,
  • CROSS JOINs.
  • OUTER JOINs are further classified as
  • LEFT OUTER JOINS,
  • RIGHT OUTER JOINS and
  • FULL OUTER JOINS.

0 Comments

Featured Post

Improving C# Performance by Using AsSpan and Avoiding Substring

During development and everyday use, Substring is often the go-to choice for string manipulation. However, there are cases where Substring c...

MSDEVBUILD - English Channel

MSDEVBUILD - Tamil Channel

Popular Posts