BookWalker

home / database

series_tags

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

9 rows where series_id = "CNT_0CVP4NY045C0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link series_id tag_id
CNT_0CVP4NY045C0,TAG_0M42TYMY92W0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Comedy TAG_0M42TYMY92W0
CNT_0CVP4NY045C0,TAG_0MD2Q5KZ9RP0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Josei TAG_0MD2Q5KZ9RP0
CNT_0CVP4NY045C0,TAG_100A33G6C0H0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Female Lead TAG_100A33G6C0H0
CNT_0CVP4NY045C0,TAG_11A4ZJ5WX3Y0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Ghosts TAG_11A4ZJ5WX3Y0
CNT_0CVP4NY045C0,TAG_1720DWX4TNE0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Horror TAG_1720DWX4TNE0
CNT_0CVP4NY045C0,TAG_1GBABM09YKD0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Supernatural TAG_1GBABM09YKD0
CNT_0CVP4NY045C0,TAG_1MDKJNBVT5S0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Working TAG_1MDKJNBVT5S0
CNT_0CVP4NY045C0,TAG_1RAA6QAW7XY0 Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Mystery TAG_1RAA6QAW7XY0
CNT_0CVP4NY045C0,TAG_3KY6Q5W995AG Just Another Peculiar Day at Yasaka Real Estate: Now I Live With a Ghost CNT_0CVP4NY045C0 Slice of Life TAG_3KY6Q5W995AG

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 8.996ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS