JOINs in SQL Server
What is a join? Before starting discuss on joins, first we should know what is join? SQL Server is a RDBMS(Relation database management system), i.e. it has tables which holds rows and columns and relationship between multiple tables using keys. So when we have to get data from more than one table, we use joins to […]