publishers
Data license: CC0 · Data source: github.com/rikker/video8
- id
- ID
- name
- Publisher Name
- country
- Country
- parent_id
- Parent Entity
- notes
- Notes
4 rows where parent_id = 34
This data as json, CSV (advanced)
country 0
| id ▼ | name | country | parent_id | notes |
|---|---|---|---|---|
| 24 | CMV Enterprises | Columbia 34 | ||
| 35 | Columbia TriStar Home Video | Columbia 34 | ||
| 101 | RCA/Columbia Pictures Home Video | Columbia 34 | ||
| 102 | RCA/Columbia Pictures International Video | Columbia 34 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE publishers (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL,
country TEXT,
parent_id INTEGER REFERENCES publishers(id),
notes TEXT
);