id | name |
---|---|
1 | Sofia Martinez |
2 | John Doe |
3 | Jane Smith |
id | title | directorId | releaseYear |
---|---|---|---|
(→ Director.id) | |||
1 | The Secret Adventure | 1 | 2023 |
2 | Racing Hearts | 1 | 2025 |
3 | Superhero Squad | 2 | 2024 |
4 | Epic Quest | 3 | 2026 |
id | movieId | adventureDetails |
---|---|---|
(→ Movie.id) | ||
1 | 1 | A thrilling journey through uncharted lands. |
id | movieId | actionDetails |
---|---|---|
(→ Movie.id) | ||
1 | 2 | High-octane car chases and explosive stunts. |
2 | 3 | A team of heroes band together to save the world. |
id | actorName |
---|---|
1 | Alice Johnson |
2 | Bob Brown |
3 | Charlie Green |
id | movieId | actorId | role |
---|---|---|---|
(→ Movie.id) | (→ Actor.id) | ||
1 | 1 | 1 | Protagonist |
2 | 2 | 2 | Villain |
3 | 3 | 3 | Supporting Role |
4 | 1 | 4 | Sidekick |