id | Name | DOB | Nationality |
---|---|---|---|
1 | John Doe | 1980-06-23 | American |
2 | Jane Smith | 1975-07-28 | British |
id | Title | ReleaseDate | Budget |
---|---|---|---|
1 | Movie A | 2000-01-01 | 1000000.0 |
2 | Movie B | 2005-02-05 | 500000.0 |
id | Name | BirthPlace |
---|---|---|
1 | Tom Johnson | Los Angeles |
2 | Emily Davis | London |
id | WriterType | FilmID | DirectorID |
---|---|---|---|
(→ Films.id) | (→ Directors.id) | ||
1 | Screenwriter | 1 | 1 |
2 | Screenwriter | 2 | 2 |
3 | Playwright | 1 | None |
4 | Playwright | 2 | None |
id | InstitutionName | Degree |
---|---|---|
1 | New York University | MFA in Playwriting |
2 | University of California, Los Angeles | BA in English Literature |
ID | WriterID | EducationID |
---|---|---|
(→ Writers.id) | (→ Education.id) | |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 3 | 1 |
4 | 4 | 2 |
5 | 5 | 3 |
6 | 6 | 4 |