Understanding Relational Division in SQL
Database by Doug Database by Doug
7.85K subscribers
13,064 views
94

 Published On Nov 12, 2018

Intermediate level SQL on Relational Division using GROUP BY, COUNT, HAVING, and a correlated subquery or common table expression (CTE). A simple example, stripped-down example of Job Applicants with certain Skills, and Jobs that require certain skills is provided to teach the concept of relational division.

Here is the script to create the example JobSkills database, with data.
https://douglaskline.blogspot.com/201...

Here is the code used in the example.
https://douglaskline.blogspot.com/201...

show more

Share/Embed