Stairway to T-SQL DML Level 5: The Mathematics of SQL: Part 2

Posted on SQL Server Central See other posts from SQL Server Central
Published on Wed, 30 Nov 2011 07:00:00 UT Indexed on 2011/11/30 10:19 UTC
Read the original article Hit count: 241

Filed under:

Joining tables is a crucial concept to understanding data relationships in a relational database. When you are working with your SQL Server data, you will often need to join tables to produce the results your application requires. Having a good understanding of set theory, and the mathematical operators available and how they are used to join tables will make it easier for you to retrieve the data you need from SQL Server.

© SQL Server Central or respective owner