product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0MJKQ6X8DQ9G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3290NRWNPTYG | Volume 6 Digital Booklet PRD_0MJKQ6X8DQ9G | content | 1 | 0da256c6-8397-4825-9f6f-5b0b8a192777 | |
| PID_11W1NWC00F4G | Volume 6 Digital Booklet PRD_0MJKQ6X8DQ9G | product | 3 | 9781974702107 | |
| PID_1P0CHD6XTBBG | Volume 6 Digital Booklet PRD_0MJKQ6X8DQ9G | product | 7 | 9781974702107 | |
| PID_3BZR830Y5GV0 | Volume 6 Digital Booklet PRD_0MJKQ6X8DQ9G | product | 2 | bwg_migration.3022171 | |
| PID_3R2B7MSBZDE0 | Volume 6 Digital Booklet PRD_0MJKQ6X8DQ9G | product | 4 | 97470210C00002999258 |
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);