product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2P0ZRBDPV710"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3ECQ4DRZCY60 | Volume 2 PRD_2P0ZRBDPV710 | content | 1 | 302620aa-cb8f-4d11-b064-63f0b42d129e | |
| PID_0CVK9H5QEHX0 | Volume 2 PRD_2P0ZRBDPV710 | product | 3 | 9781421587363 | |
| PID_0GZY52Y30A00 | Volume 2 PRD_2P0ZRBDPV710 | product | 7 | 9781421587363 | |
| PID_1PN9ZRRDKKKG | Volume 2 PRD_2P0ZRBDPV710 | product | 2 | bwg_migration.2443169 | |
| PID_2TSMV9JS5C6G | Volume 2 PRD_2P0ZRBDPV710 | product | 4 | 42158736C00002488840 |
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);