product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_36Y99PXQQYX0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2BXQX92B8FCG | Volume 9 PRD_36Y99PXQQYX0 | content | 1 | 1b8ee2e0-cd4d-4378-b672-1e8ef22d7f68 | |
| PID_0ACGYN4P2T30 | Volume 9 PRD_36Y99PXQQYX0 | product | 7 | 9781421555980 | |
| PID_1WEFCWZC7ZSG | Volume 9 PRD_36Y99PXQQYX0 | product | 4 | 04000000B19437000000 | |
| PID_20JT8DHSSRCG | Volume 9 PRD_36Y99PXQQYX0 | product | 6 | KADOKAWA | |
| PID_368633KTB1W0 | Volume 9 PRD_36Y99PXQQYX0 | product | 2 | bwg_migration.235690 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_external_ids (
id TEXT PRIMARY KEY,
product_id TEXT NOT NULL,
source TEXT NOT NULL,
type INTEGER NOT NULL,
external_id TEXT NOT NULL,
external_id_original TEXT NOT NULL,
FOREIGN KEY (product_id) REFERENCES products(id)
);
CREATE INDEX idx_product_external_ids_product ON product_external_ids(product_id);