329
|
1 |
film:
|
|
2 |
╭──────────────────────┬─────────────────────┬──────────────────────────────╮
|
|
3 |
│ title (string) │ director (string) │ screenwriter_count (integer) │
|
|
4 |
├──────────────────────┼─────────────────────┼──────────────────────────────┤
|
|
5 |
│ Beetlejuice │ Tim Burton │ 2 │
|
|
6 |
│ Vacation │ Harold Ramis │ 1 │
|
|
7 |
│ Christmas Vacation │ Jeremiah S. Chechik │ 1 │
|
|
8 |
│ Celebrity │ Woody Allen │ 1 │
|
|
9 |
│ Great Balls of Fire! │ Jim McBride │ 2 │
|
|
10 |
│ Flatliners │ Joel Schumacher │ 1 │
|
|
11 |
│ Heathers │ Michael Lehmann │ 1 │
|
|
12 |
│ Blue Velvet │ David Lynch │ 1 │
|
|
13 |
╰──────────────────────┴─────────────────────┴──────────────────────────────╯
|
|
14 |
Record count: 8
|