SQL Server Multi-Table Queries 1


This post serves as a series of links to the different kinds of multi-table queries. The Microsoft Press book called T-SQL Querying by Itzik Ben-Gan et al organizes the different types of multi-table queries into five sections as shown below.

Subqueries

Table Expressions

The APPLY operator

Joins

Union, Except and Intersect

Other Related Posts at BeginCodingNow.com

There are several posts that we have at this site that discuss mult-table queries and do not use Itzik’s database. Below is a list of some of them.

SQL Joins Introduction
SQL Joins using Geographic Data
SQL Many-to-Many Relationships


One thought on “SQL Server Multi-Table Queries

Comments are closed.