id | name | birth_date |
---|---|---|
1 | John Doe | 1970-01-01 |
2 | Jane Smith | 1980-06-23 |
id | name | founded_year |
---|---|---|
1 | Wonderfilm Studios | 2000 |
2 | Dream Factory | 1995 |
id | title | release_date | producer_id | company_id |
---|---|---|---|---|
(→ Producer.id) | (→ Company.id) | |||
1 | The Art of Filmmaking | 2020-12-31 | 1 | 1 |
2 | Behind the Scenes | 2021-05-01 | 2 | 2 |
id | name | date_of_birth |
---|---|---|
1 | Tom Hanks | 1956-07-09 |
2 | Meryl Streep | 1949-06-22 |
id | title | release_date | budget | box_office | foreign_key |
---|---|---|---|---|---|
(→ Documentary.id) | |||||
1 | Inception | 2010-07-16 | 160000000.0 | 829000000.0 | 1 |
2 | Avatar | 2009-12-18 | 237000000.0 | 2743460000.0 | 2 |
id | rating | reviewer_name | comment | movie_id | documentary_id |
---|---|---|---|---|---|
(→ Movie.id) | (→ Documentary.id) | ||||
1 | 9 | Alice Johnson | Great movie with a captivating storyline. | 1 | None |
2 | 8 | Bob Brown | A must-watch for any film enthusiast. | 2 | None |