series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_2P74BGZBR7RG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_2P74BGZBR7RG,TAG_0AMNE3F46BR0 | Yu-Gi-Oh! Arc-V CNT_2P74BGZBR7RG | complete TAG_0AMNE3F46BR0 |
| CNT_2P74BGZBR7RG,TAG_0M0JHS1FS5V0 | Yu-Gi-Oh! Arc-V CNT_2P74BGZBR7RG | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_2P74BGZBR7RG,TAG_2MSAF40PHDMG | Yu-Gi-Oh! Arc-V CNT_2P74BGZBR7RG | Action TAG_2MSAF40PHDMG |
| CNT_2P74BGZBR7RG,TAG_3GJ0Y19PPE2G | Yu-Gi-Oh! Arc-V CNT_2P74BGZBR7RG | Strategy Game TAG_3GJ0Y19PPE2G |
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);