product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_171EZNXKVFH0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1QXYNDYB2RKG | Chapter 7 PRD_171EZNXKVFH0 | content | 1 | c6656b53-b7a5-4335-bf8e-c1ccbc83ef32 | |
| PID_0Z721S6ZFZN0 | Chapter 7 PRD_171EZNXKVFH0 | product | 2 | bwg_migration.1990306 | |
| PID_13BCXAZB1VR0 | Chapter 7 PRD_171EZNXKVFH0 | product | 7 | 7001747 | |
| PID_2N5BKHJ1AXYG | Chapter 7 PRD_171EZNXKVFH0 | product | 4 | 04000000C00002089328 | |
| PID_3S9PF34JWP5G | Chapter 7 PRD_171EZNXKVFH0 | product | 6 | 3315-680036-01 |
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);