product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2TC2P8GAH950"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0NGYFD4JF0NG | Volume 2 PRD_2TC2P8GAH950 | content | 1 | 52f590df-4ab6-4a82-b729-18bab887d3bd | |
| PID_1ER9PP8JK9DG | Volume 2 PRD_2TC2P8GAH950 | product | 3 | 9798888438244 | |
| PID_1JWMJ71E55GG | Volume 2 PRD_2TC2P8GAH950 | product | 7 | 9798888438244 | |
| PID_2GT04X38MB00 | Volume 2 PRD_2TC2P8GAH950 | product | 2 | bwg_migration.1702104 | |
| PID_34YK0EM4E7Q0 | Volume 2 PRD_2TC2P8GAH950 | product | 4 | 88843824C00001839708 |
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);