product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0YG0S56EMJS0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2AMA482VW9A0 | Chapter 38 PRD_0YG0S56EMJS0 | content | 1 | 27d8e6b0-82a1-4233-84e3-689e3b570fc0 | |
| PID_0W37HFBC74AG | Chapter 38 PRD_0YG0S56EMJS0 | product | 4 | 04000000C00001724204 | |
| PID_107JCGXSS0HG | Chapter 38 PRD_0YG0S56EMJS0 | product | 6 | IG0056 | |
| PID_262Y7PZT8610 | Chapter 38 PRD_0YG0S56EMJS0 | product | 2 | bwg_migration.1570433 | |
| PID_3A1937GP22M0 | Chapter 38 PRD_0YG0S56EMJS0 | product | 7 | IG0056_EN_C1_038 |
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);