product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3Y45TZ5VB2PG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1PZDX8JYT1XG | Volume 1 PRD_3Y45TZ5VB2PG | content | 1 | 073b6beb-092e-415c-99b3-a347f9393839 | |
| PID_0NWGQAC1904G | Volume 1 PRD_3Y45TZ5VB2PG | product | 3 | 9781968054052 | |
| PID_1T33JV6X0WBG | Volume 1 PRD_3Y45TZ5VB2PG | product | 7 | 9781968054052 | |
| PID_2ZYF5H0ZJ5V0 | Volume 1 PRD_3Y45TZ5VB2PG | product | 2 | bwg_migration.3043275 | |
| PID_3C2T12SB5YE0 | Volume 1 PRD_3Y45TZ5VB2PG | product | 4 | 96805405C00003019008 |
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);