product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0AVHK69QVPW0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1NH407KSWBZ0 | Volume 5 PRD_0AVHK69QVPW0 | content | 1 | 6a57dac7-4ba7-41a7-8030-eb6740f9e48e | |
| PID_0VGYS3B7AVK0 | Volume 5 PRD_0AVHK69QVPW0 | product | 7 | 9798895616338 | |
| PID_1SEAKS51M12G | Volume 5 PRD_0AVHK69QVPW0 | product | 2 | bwg_migration.2516496 | |
| PID_2DJNFAZXFX9G | Volume 5 PRD_0AVHK69QVPW0 | product | 4 | 89561633C00002551855 | |
| PID_3QCKXHJBGZC0 | Volume 5 PRD_0AVHK69QVPW0 | product | 3 | 9798895616338 |
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);