release_publishers
Data license: CC0 · Data source: github.com/rikker/video8
- id
- ID
- release_id
- Release
- publisher_id
- Publisher
5 rows where publisher_id = 91
This data as json, CSV (advanced)
| id ▼ | release_id | publisher_id |
|---|---|---|
| 72 | 8mm 1839 81 | Paramount 75th Anniversary 91 |
| 90 | 8mm 32029 101 | Paramount 75th Anniversary 91 |
| 124 | None 142 | Paramount 75th Anniversary 91 |
| 131 | 8mm 1890 150 | Paramount 75th Anniversary 91 |
| 420 | None 490 | Paramount 75th Anniversary 91 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE release_publishers (
id INTEGER PRIMARY KEY,
release_id INTEGER REFERENCES releases(id),
publisher_id INTEGER REFERENCES publishers(id)
);