id | Name | BirthDate | Country | Award |
---|---|---|---|---|
1 | John Doe | 1960-07-28 | USA | Oscar |
2 | Jane Smith | 1970-03-12 | Canada | Golden Globe |
id | Name | BirthDate | Country | Award |
---|---|---|---|---|
1 | Alice Johnson | 1955-09-03 | UK | Oscar |
2 | Bob Brown | 1965-12-15 | Australia | BAFTA |
id | Title | ReleaseYear | Genre | Rating |
---|---|---|---|---|
1 | Movie1 | 2000 | Drama | 8.5 |
2 | Movie2 | 2005 | Comedy | 7.0 |
id | Name | BirthDate | Country |
---|---|---|---|
1 | Tom Hanks | 1956-07-09 | USA |
2 | Helen Mirren | 1945-07-26 | UK |
movie_id | actor_id | role |
---|---|---|
(→ Movie.id) | (→ Actor.id) | |
1 | 1 | Lead Role |
1 | 2 | Supporting Role |
review_id | movie_id | rating | comment |
---|---|---|---|
(→ Movie.id) | |||
1 | 1 | 9 | Great film! Loved it. |
2 | 2 | 8 | Good movie but could have been better. |