series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where tag_id = "TAG_0TSM6BJW226G"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_0BE29EMCJ660,TAG_0TSM6BJW226G | Manga Quest Mathematics: Math Adventures with Integers, Ratios, and More! CNT_0BE29EMCJ660 | JUV008000 TAG_0TSM6BJW226G |
| CNT_283N9WY47750,TAG_0TSM6BJW226G | Manga Quest History: The Cold War and Beyond CNT_283N9WY47750 | JUV008000 TAG_0TSM6BJW226G |
| CNT_3BSBS5S8DPPG,TAG_0TSM6BJW226G | Manga Quest Science: Dinosaur Adventures CNT_3BSBS5S8DPPG | JUV008000 TAG_0TSM6BJW226G |
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);