series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where series_id = "CNT_08MGK1M22HB0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_08MGK1M22HB0,TAG_0AMNE3F46BR0 | SCP Foundation: Iris Through the Looking Glass CNT_08MGK1M22HB0 | complete TAG_0AMNE3F46BR0 |
| CNT_08MGK1M22HB0,TAG_1720DWX4TNE0 | SCP Foundation: Iris Through the Looking Glass CNT_08MGK1M22HB0 | Horror TAG_1720DWX4TNE0 |
| CNT_08MGK1M22HB0,TAG_1GBABM09YKD0 | SCP Foundation: Iris Through the Looking Glass CNT_08MGK1M22HB0 | Supernatural TAG_1GBABM09YKD0 |
| CNT_08MGK1M22HB0,TAG_1JPCR714G1K0 | SCP Foundation: Iris Through the Looking Glass CNT_08MGK1M22HB0 | Sci-Fi TAG_1JPCR714G1K0 |
| CNT_08MGK1M22HB0,TAG_1RAA6QAW7XY0 | SCP Foundation: Iris Through the Looking Glass CNT_08MGK1M22HB0 | Mystery TAG_1RAA6QAW7XY0 |
| CNT_08MGK1M22HB0,TAG_3WWBECGMTGDG | SCP Foundation: Iris Through the Looking Glass CNT_08MGK1M22HB0 | Psychological TAG_3WWBECGMTGDG |
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);