BookWalker

home / database

products

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

2 rows where series_id = "CNT_2KEC0MW0S18G"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: listed_at (date), on_sale_at (date)

id ▼ content_id series_id parent_content_id level content_type product_type title alt_titles subtitle display_title display_title_short description description_short image_id display_order listed_at label_id geoblock_id display_name copyright on_presale_at on_sale_at off_sale_at add_on add_on_campaign_only
PRD_000HRPDBZQN0 CNT_0KCZQKCH38QG The Economics of Prophecy CNT_2KEC0MW0S18G CNT_2KEC0MW0S18G 2 2 1 Volume 2 []   The Economics of Prophecy: Volume 2   Having saved the Kingdom from the danger of a monster flood, Ricardo returns to his primary occupation as a honey merchant. But after a confrontation in the Academy with a prominent merchant backed by the student council, he's forced to put up a shop at the upcoming school festival, a serious competitive event with the honor of the commoner students' families at stake. Furthermore, with the ongoing election for the now empty seat of the guild representative of the Culinary Guild coming up, this festival could be considered a proxy war of the ongoing political war going on in the Kingdom. Faced with an overwhelming difference in financial strength and marketing power, Ricardo must make use of his modern knowledge of economics and business to close the gap so that his company can survive the aftermath. Ricardo is forced to put up a shop at the upcoming school festival, which turns into a proxy war among merchants mirroring the political war in the Kingdom. He must now use his knowledge of modern economics to close the gap with an overwhelming foe. 01KGA8G369W3G4BQ88CPGZAEWA 2.0 2020-01-20T08:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 The Economics of Prophecy: Volume 2 Copyright(C) 2019 Norafukurou Illustrations by Rei Shichiwa   2020-04-04T07:00:00.000Z   0 0
PRD_1230795R1BV0 CNT_0MFW1D5G3CHG The Economics of Prophecy CNT_2KEC0MW0S18G CNT_2KEC0MW0S18G 2 2 1 Volume 1 []   The Economics of Prophecy: Volume 1   The Oracle Princess Alfina suddenly announces an ominous prophecy to the people of the Kingdom of Crownheight. However, shunned as she is for being a descendant of rebel blood, her words are heeded by no one. On the other hand, Ricardo, the adopted heir of a peddler, who also happens to be an economics department graduate reincarnated into this world, attends the Royal Academy to study as a merchant. During an argument with a much more affluent merchant, the one to stick up for him is none other than Alfina. As the distance between them rapidly closes, Ricardo makes full use of his modern knowledge of science, mathematics and economics to stand against the unknown disaster of prophecy! The Oracle Princess Alfina suddenly announces an ominous prophecy, yet none heed her words. But a fateful encounter with the merchant Ricardo may see the disaster averted with the power of science, mathematics and economics from the modern world! 01KG9BNGKVJMCK9VEZGDZ2G0XD 1.0 2019-12-03T08:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 The Economics of Prophecy: Volume 1 Copyright (C) 2018 Norafukurou Illustrations Copyright (C) 2018 Rei Shichiwa   2020-01-12T08:00:00.000Z   0 0

Advanced export

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

CSV options:

CREATE TABLE products (
      id TEXT PRIMARY KEY,
      content_id TEXT NOT NULL,
      series_id TEXT NOT NULL,
      parent_content_id TEXT,
      level INTEGER NOT NULL,
      content_type INTEGER NOT NULL,
      product_type INTEGER NOT NULL,
      title TEXT NOT NULL,
      alt_titles TEXT NOT NULL,
      subtitle TEXT NOT NULL,
      display_title TEXT NOT NULL,
      display_title_short TEXT NOT NULL,
      description TEXT NOT NULL,
      description_short TEXT NOT NULL,
      image_id TEXT NOT NULL,
      display_order REAL NOT NULL,
      listed_at TEXT NOT NULL,
      label_id TEXT NOT NULL,
      geoblock_id TEXT,
      display_name TEXT NOT NULL,
      copyright TEXT,
      on_presale_at TEXT,
      on_sale_at TEXT NOT NULL,
      off_sale_at TEXT,
      add_on INTEGER NOT NULL,
      add_on_campaign_only INTEGER NOT NULL,
      FOREIGN KEY (series_id) REFERENCES series(id),
      FOREIGN KEY (label_id) REFERENCES labels(id),
      FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
    );
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);
Powered by Datasette · Queries took 25.992ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS