Table of Contents
READINGS:
The following readings from the Oracle TutorialΒ Oracletutorial.com
- βOracle Subqueryβ
- βOracle JOINSβ
- βOracle INNER JOINβ
- βOracle LEFT JOINβ
- βOracle RIGHT JOINβ
- βOracle FULL OUTER JOINβ
- βOracle CROSS JOINβ
- βOracle SELF JOINβ
- βOracle UNIONβ
- βOracle INTERSECTβ
- βOracle MINUSβ
- βOracle EXISTSβ
- βOracle NOT EXISTSβ
- βOracle ANYβ
- βOracle ALLβ
YOUTUBE:
- βHow inner, outer and cross joins work: Databases for developers #5β March 29, 2017.Β The Magic of SQLΒ Length of Video: 5:08
- βSQL Tutorial: Utilizing joinsβ August 19, 2021.Β LinkedInΒ Length of Video: 12:47
- βOracle Beginner Tutorial with exercise/database basic to advance trainingβ Series videos fromΒ EqualConnect Coach. Please see video numbers for the corresponding topics:
- Tutorial #63 β Cross Join. Length of Video: 10:27
- Tutorial #64 β Inner Join. Length of Video: 12:54
- Tutorial #65 β Left outer join. Length of Video: 14:18
- Tutorial #66 β Right outer join. Length of Video: 11:43
- Tutorial #67 β Full outer Join. Length of Video: 10:35
- Tutorial #68 β Subquery. Length of Video: 8:15
- Tutorial #70 β Union. Length of Video: 7:16
- Tutorial #71 β Union All. Length of Video 6:50.
- Tutorial #72 β Intersect operator. Length of Video: 4:20
- Tutorial #74 β Minus operator. Length of Video: 7:39.