id | composer_name |
---|---|
1 | Hans Zimmer |
2 | John Williams |
id | title | genre |
---|---|---|
(→ Genres.type) | ||
1 | Inception | Action/Adventure |
2 | Star Wars | Science Fiction |
id | movie_id | music_composer_id |
---|---|---|
(→ Movies.id) | (→ Music_Composers.id) | |
1 | 1 | 1 |
2 | 2 | 2 |
id | movie_id | music_composer_id |
---|---|---|
(→ Movies.id) | (→ Music_Composers.id) | |
1 | 3 | 1 |
2 | 4 | 2 |
id | scene_description |
---|---|
1 | A thrilling car chase through the streets of Los Angeles. |
2 | The protagonist confronts their inner demons on a deserted mountain top. |
id | movie_id | scene_id |
---|---|---|
(→ Movies.id) | (→ Scenes.id) | |
1 | 1 | 1 |
2 | 1 | 2 |
3 | 3 | 1 |
4 | 3 | 2 |
type | id |
---|---|
Action/Adventure | 1 |
Science Fiction | 2 |