Using joins in SQL Server we can retrieve data from two or more tables based on the relationship between those tables. This lab is divided into six exercises explaining different types of joins such as INNER JOIN, OUTER JOIN, CROSS JOIN and SELF JOIN.
Exercise 1: INNER JOIN
Exercise 2: OUTER JOIN
Exercise 3: CROSS JOIN
Exercise 4: SELF-JOIN
Exercise 5: Self-Assessment
Exercise 6: T-SQL Challenge
Reviews
There are no reviews yet.