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 …
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
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …