publishers
Data license: CC0 · Data source: github.com/rikker/video8
- id
- ID
- name
- Publisher Name
- country
- Country
- parent_id
- Parent Entity
- notes
- Notes
5 rows where parent_id = 118
This data as json, CSV (advanced)
country 0
| id ▼ | name | country | parent_id | notes |
|---|---|---|---|---|
| 21 | CBS/Sony | Sony 118 | ||
| 44 | Epic/Sony | Sony 118 | ||
| 108 | SMV Enterprises | Sony 118 | ||
| 119 | Sony Homevideo Library | Sony 118 | ||
| 120 | Sony Records | Sony 118 |
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
);