series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_3HQ7VND5XDH0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_3HQ7VND5XDH0,TAG_17KHA2S9A570 | The Prince of the Dohyo CNT_3HQ7VND5XDH0 | Heterosexual TAG_17KHA2S9A570 |
| CNT_3HQ7VND5XDH0,TAG_1KARDCBW1QY0 | The Prince of the Dohyo CNT_3HQ7VND5XDH0 | Sports TAG_1KARDCBW1QY0 |
| CNT_3HQ7VND5XDH0,TAG_1MA29HMBARM0 | The Prince of the Dohyo CNT_3HQ7VND5XDH0 | Wrestling TAG_1MA29HMBARM0 |
| CNT_3HQ7VND5XDH0,TAG_2M852Y701XZG | The Prince of the Dohyo CNT_3HQ7VND5XDH0 | Shoujo TAG_2M852Y701XZG |
| CNT_3HQ7VND5XDH0,TAG_2MBNBKTGHS0G | The Prince of the Dohyo CNT_3HQ7VND5XDH0 | Romance TAG_2MBNBKTGHS0G |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE series_tags (
series_id TEXT NOT NULL,
tag_id TEXT NOT NULL,
PRIMARY KEY (series_id, tag_id),
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (tag_id) REFERENCES tags(id)
);
CREATE INDEX idx_series_tags_tag ON series_tags(tag_id);