product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3APZ5TPTQ5N0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_295TWZ3GKJY0 | Volume 3 PRD_3APZ5TPTQ5N0 | content | 1 | 5fe3756c-8eba-4db1-8f75-c1eb23c9980c | |
| PID_08JEQ742HJBG | Volume 3 PRD_3APZ5TPTQ5N0 | product | 2 | bwg_migration.1556080 | |
| PID_0WPSJ8YYBEYG | Volume 3 PRD_3APZ5TPTQ5N0 | product | 4 | 88843292C00001711559 | |
| PID_26GG0ZHMCGN0 | Volume 3 PRD_3APZ5TPTQ5N0 | product | 3 | 9798888432921 | |
| PID_3AQ2W1A06CR0 | Volume 3 PRD_3APZ5TPTQ5N0 | product | 7 | 9798888432921 |
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);