Stairway to T-SQL DML Level 4: The Mathematics of SQL: Part 1

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

Filed under:

A relational database contains tables that relate to each other by key values. When querying data from these related tables you may choose to select data from a single table or many tables. If you select data from many tables, you normally join those tables together using specified join criteria. The concepts of selecting data from tables and joining tables together is all about managing and manipulating sets of data. In Level 4 of this Stairway we will explore the concepts of set theory and mathematical operators to join, merge, and return data from multiple SQL Server tables.

SQL Backup Get Smart with SQL Backup Pro
Powerful centralised management, encryption and more.
SQL Backup Pro was the smartest kid at school
Discover why.

© SQL Server Central or respective owner