release_publishers
Data license: CC0 · Data source: github.com/rikker/video8
- id
- ID
- release_id
- Release
- publisher_id
- Publisher
5 rows where publisher_id = 93
This data as json, CSV (advanced)
| id ▼ | release_id | publisher_id |
|---|---|---|
| 1809 | CSWW-8554 1980 | Pia Corporation 93 |
| 1810 | CSWW-8555 1981 | Pia Corporation 93 |
| 1811 | CSWW-8556 1982 | Pia Corporation 93 |
| 1812 | CSWW-8557 1983 | Pia Corporation 93 |
| 1813 | CSWW-8558 1984 | Pia Corporation 93 |
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)
);