product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_3B2AYR0V0100"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1TCPCMD1XEGG | Volume 5 PRD_3B2AYR0V0100 | content | 1 | f16b28e3-0d40-4996-af23-c0b952905612 | |
| PID_0W955DSNXK70 | Volume 5 PRD_3B2AYR0V0100 | product | 4 | 04000000C00003100963 | |
| PID_26B3VNC26MXG | Volume 5 PRD_3B2AYR0V0100 | product | 2 | bwg_migration.3137973 | |
| PID_3AFEQ66ZRH0G | Volume 5 PRD_3B2AYR0V0100 | product | 7 | USLB06310006280_05 |
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);