Video description
- Identify parent key and foreign keys to establish table relationships
- Return parent rows even in the absence of corresponding child rows
- Correctly choose between LEFT, RIGHT, and FULL outer joins
- Query for rows that are held in common between two tables
- Combine rows from multiple result sets using union operations
Table of contents
- Introduction 00:02:50
- SELECT from Multiple Tables 00:05:12
- Finding Table Relationships 00:07:20
- Parent Tables vs Child Tables 00:02:48
- Using Inner Joins 00:04:58
- Using Left Outer Joins 00:02:30
- Using Right Outer Joins 00:02:59
- Using Full Outer Joins 00:03:04
- Using Self Joins 00:04:16
- Using Cross Joins 00:03:06
- UNION and UNION All Operators 00:02:52
- INTERSECT and EXCEPT Operators 00:02:43
Product information
- Title: Selecting Data from Multiple Tables
- Author(s):
- Release date: April 2019
- Publisher(s): Apress
- ISBN: 9781484249055
You might also like
video
Microsoft PolyBase Concepts and Configuration: Binding SQL Server and Other Platforms into a Single Data Source
This video provides an overview of PolyBase, Microsoft's technology for data virtualization. Modern data platform environments …
article
Splitting Strings on Any of Multiple Delimiters
Build your knowledge of Python with this Shortcuts collection. Focusing on common problems involving text manipulation, …
video
T-SQL Data Manipulation: Inserting, Updating, Deleting, and Merging in SQL Server
This video course teaches how to go beyond writing SELECT statements and to manipulate data within …
article
Reinventing the Organization for GenAI and LLMs
Previous technology breakthroughs did not upend organizational structure, but generative AI and LLMs will. We now …