Visual_Effects_Artists
artist_id | name | email |
1 | John Doe | johndoe@example.com |
2 | Jane Smith | janesmith@example.com |
3 | Alice Johnson | alicejohnson@example.com |
4 | Bob Brown | bobbrown@example.com |
5 | Charlie Green | charliegreen@example.com |
Programs
program_id | name | version |
1 | After_Effects | 2021 |
2 | Maya | 2021 |
3 | Cinema 4D | 2021 |
4 | Nuke | 2021 |
5 | Premiere Pro | 2021 |
Movies
movie_id | title | release_date |
1 | The Matrix | 1999-03-31 |
2 | Inception | 2010-07-16 |
3 | Interstellar | 2014-11-07 |
4 | Gravity | 2013-10-04 |
5 | Avatar | 2009-12-18 |
Film_Movies
film_id | movie_id |
(→ Films.film_id) | (→ Movies.movie_id) |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
Visual_Effects_Artists_Programs
visual_effects_artist_id | program_id |
(→ Visual_Effects_Artists.artist_id) | (→ Programs.program_id) |
1 | 1 |
2 | 1 |
3 | 2 |
4 | 3 |
5 | 4 |
3 | 1 |
4 | 1 |
5 | 1 |