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