Write a condition to match director and movie rows only if the director's id matches the movie's director_id.
director
movie
id
director_id
Make sure to type .id = movie.director_id.
.id = movie.director_id