ActorID | Name |
---|---|
1 | Mia Zhang |
2 | John Doe |
3 | Jane Smith |
4 | Emily Johnson |
5 | William Brown |
MovieID | Title | Genre | ReleaseDate | Rating |
---|---|---|---|---|
(→ Genres.Name) | ||||
1 | The Good The Bad And The Ugly | Western | 1967-08-25 | 8.8 |
2 | Inception | Science Fiction | 2010-07-16 | 8.8 |
3 | Django Unchained | Western | 2012-12-25 | 8.4 |
4 | Interstellar | Science Fiction | 2014-11-07 | 8.6 |
5 | Once Upon a Time In Hollywood | Western | 2019-07-25 | 8.3 |
WesternID | MovieID | StarID |
---|---|---|
(→ Movie.MovieID) | (→ Actor.ActorID) | |
1 | 1 | 1 |
2 | 3 | 2 |
3 | 5 | 3 |
4 | 2 | 4 |
5 | 4 | 5 |
SciFiID | MovieID | StarID |
---|---|---|
(→ Movie.MovieID) | (→ Actor.ActorID) | |
1 | 2 | 1 |
2 | 4 | 2 |
3 | 2 | 3 |
4 | 1 | 4 |
5 | 5 | 5 |
DirectorID | Name |
---|---|
1 | Quentin Tarantino |
2 | Christopher Nolan |
3 | Sergio Leone |
4 | Denis Villeneuve |
5 | Martin Scorsese |
MovieDirectionID | MovieID | DirectorID |
---|---|---|
(→ Movie.MovieID) | (→ Director.DirectorID) | |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 3 | 3 |
4 | 4 | 4 |
5 | 5 | 5 |