Makeup_Artists
artist_id | full_name |
1 | John Doe |
2 | Jane Smith |
3 | Michael Brown |
4 | Emily White |
5 | David Green |
Techniques
technique_id | name |
1 | Age_Progression |
2 | Prosthetics |
3 | Special_Effects_Makeup |
4 | Corrective_Makeup |
5 | Period_Makeup |
Movies
movie_id | title | release_date |
1 | The_Greatest_Showman | 2017-12-08 |
2 | Black_Panther | 2018-02-16 |
3 | Inception | 2010-07-16 |
4 | Avatar | 2009-12-18 |
5 | Interstellar | 2014-11-07 |
Movie_Makeup_Artists
movie_id | artist_id |
(→ Movies.movie_id) | (→ Makeup_Artists.artist_id) |
1 | 1 |
1 | 3 |
2 | 2 |
2 | 4 |
3 | 1 |
Movie_Technique
movie_id | technique_id |
(→ Movies.movie_id) | (→ Techniques.technique_id) |
1 | 1 |
1 | 2 |
2 | 3 |
3 | 4 |
4 | 5 |
Artist_Techniques
artist_id | technique_id |
(→ Makeup_Artists.artist_id) | (→ Techniques.technique_id) |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |