product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1RSJ4661G2PG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3NSG4C9SXM00 | Volume 11 PRD_1RSJ4661G2PG | content | 1 | 1b545d4d-e9ff-469e-bec3-4e436c0cb597 | |
| PID_0ABPGF1VDPQG | Volume 11 PRD_1RSJ4661G2PG | product | 7 | 9781975350192 | |
| PID_1812B525WW70 | Volume 11 PRD_1RSJ4661G2PG | product | 2 | bwg_migration.1521182 | |
| PID_1W5D6PMHPRA0 | Volume 11 PRD_1RSJ4661G2PG | product | 4 | 97535019C00001681974 | |
| PID_367BMYFFVT0G | Volume 11 PRD_1RSJ4661G2PG | product | 3 | 9781975350192 |
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);