In this section we are going to learn about the joins in SQL server.
To demonstrate the joins, we will be working on two tables PersonalDetails and Accounts. Where the Primary key table is PersonalDetails with PersonalDetailsId is the primary key. The Foreign key table is Accounts with Personal Details Id.