BookWalker

home / database

series_tags

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

7 rows where series_id = "CNT_056G3581YHA0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_056G3581YHA0,TAG_0M0JHS1FS5V0 If the RPG World Had Social Media... CNT_056G3581YHA0 Fantasy TAG_0M0JHS1FS5V0
CNT_056G3581YHA0,TAG_0M42TYMY92W0 If the RPG World Had Social Media... CNT_056G3581YHA0 Comedy TAG_0M42TYMY92W0
CNT_056G3581YHA0,TAG_11141BEKXC40 If the RPG World Had Social Media... CNT_056G3581YHA0 Game Elements TAG_11141BEKXC40
CNT_056G3581YHA0,TAG_12XFW4BKEA30 If the RPG World Had Social Media... CNT_056G3581YHA0 Demon King TAG_12XFW4BKEA30
CNT_056G3581YHA0,TAG_2MBNBKTGHS0G If the RPG World Had Social Media... CNT_056G3581YHA0 Romance TAG_2MBNBKTGHS0G
CNT_056G3581YHA0,TAG_2MSAF40PHDMG If the RPG World Had Social Media... CNT_056G3581YHA0 Action TAG_2MSAF40PHDMG
CNT_056G3581YHA0,TAG_3AY7M95EEJ3G If the RPG World Had Social Media... CNT_056G3581YHA0 Adventure TAG_3AY7M95EEJ3G

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 6.505ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS