Tag

Outer Join

1 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Mar 9, 2021 · Databases

Understanding Various SQL Join Types and Their Differences

This article explains the different SQL join types—including equi‑join, natural join, inner join, self‑join, outer joins, and cross join—detailing their syntax, behavior, and practical usage with example queries and optimization tips.

Cross JoinDatabaseInner Join
0 likes · 8 min read
Understanding Various SQL Join Types and Their Differences
Java Captain
Java Captain
Feb 16, 2019 · Databases

Seven SQL JOIN Types Explained with Example Queries

The article explains seven SQL join techniques—including INNER, LEFT, RIGHT, FULL OUTER, and their exclusive variants—illustrated with diagrams and accompanied by complete SELECT statements that demonstrate how to combine rows from two tables based on matching keys.

DatabaseInner JoinJoin
0 likes · 3 min read
Seven SQL JOIN Types Explained with Example Queries
vivo Internet Technology
vivo Internet Technology
Feb 12, 2018 · Big Data

Predicate Pushdown Rules in SparkSQL Outer Join Queries – Detailed Analysis

The article examines SparkSQL’s predicate‑pushdown behavior for left outer joins, detailing four rules that show when pushing join‑condition filters to the left or right tables yields correct, faster results and when it produces incorrect outcomes, highlighting both performance gains and subtle errors.

Outer JoinPredicate PushdownQuery Optimization
0 likes · 7 min read
Predicate Pushdown Rules in SparkSQL Outer Join Queries – Detailed Analysis