id | name | address_line1 | address_line2 | phone_number |
---|---|---|---|---|
1 | Warner Bros. | 108 W 9th St | None | +1-310-786-7711 |
2 | Disney Studios | 500 S Buena Vista St | None | +1-818-560-1000 |
id | first_name | last_name | birthdate | |
---|---|---|---|---|
1 | Jonathan | Nolan | jonathann@gmail.com | 1976-07-24 |
2 | Christopher | Nolan | christophern@gmail.com | 1970-08-30 |
id | title | release_year | genre | studio_id | producer_id |
---|---|---|---|---|---|
(→ Studio.id) | (→ Producer.id) | ||||
1 | Inception | 2010 | Action/Thriller | 1 | 1 |
2 | The Dark Knight Rises | 2012 | Action/Adventure | 1 | 2 |
id | first_name | last_name | date_of_birth | gender |
---|---|---|---|---|
1 | Leonardo | DiCaprio | 1974-11-11 | M |
2 | Tom | Hardy | 1977-09-15 | M |
id | movie_id | actor_id | character_name |
---|---|---|---|
(→ Movie.id) | (→ Actor.id) | ||
1 | 1 | 1 | Cobb |
2 | 1 | 2 | Arthur |
id | movie_id | reviewer_id | rating | comments | review_date |
---|---|---|---|---|---|
(→ Movie.id) | (→ Actor.id) | ||||
1 | 1 | 1 | 9 | Great movie! | 2021-12-15 12:00:00 |
2 | 1 | 2 | 8 | Amazing visuals and storytelling | 2021-12-16 12:00:00 |