catherine0422 / MovieDatabase

Porject of the database management course
0 stars 0 forks source link

Query4 bug #5

Closed catherine0422 closed 4 years ago

catherine0422 commented 4 years ago
  1. Add movie_id: It's possible that a person directed some movies, and he acted in some movies that directed by other people. So we should add movie_id in order to ensure that we select tuples that a person is the actor of his own movie.

  2. Add distinct.