Code ON and a condition that checks whether items have a matching director_id value.
ON
director_id
Make sure to pick ON followed by movie.director_id = and then director, ., director_id.
movie.director_id =
director
.