BookWalker

home / database

labels

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

2 rows where publisher_id = "PUB_37H2SPG4K3AG"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ publisher_id geoblock_id name aliases
LAB_13Q4428H6SGG PUB_37H2SPG4K3AG   Seven Seas Siren []
LAB_1WABW2X3770G PUB_37H2SPG4K3AG   Seven Seas Entertainment []

Advanced export

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

CSV options:

CREATE TABLE labels (
      id TEXT PRIMARY KEY,
      publisher_id TEXT NOT NULL,
      geoblock_id TEXT,
      name TEXT NOT NULL,
      aliases TEXT NOT NULL,
      FOREIGN KEY (publisher_id) REFERENCES publishers(id),
      FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
    );
CREATE INDEX idx_labels_publisher ON labels(publisher_id);
CREATE INDEX idx_labels_geoblock ON labels(geoblock_id);
Powered by Datasette · Queries took 7.859ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS