product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1XGJRP3DW1XG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_20HTB80P4S00 | Chapter 11 PRD_1XGJRP3DW1XG | content | 1 | a2ecd81b-31d6-4f09-b660-563b60c36711 | |
| PID_09309MZ09W9G | Chapter 11 PRD_1XGJRP3DW1XG | product | 3 | 9798899231568 | |
| PID_0X7K55HW3RWG | Chapter 11 PRD_1XGJRP3DW1XG | product | 7 | 135h708a00 | |
| PID_1K2YZVKYJYC0 | Chapter 11 PRD_1XGJRP3DW1XG | product | 2 | bwg_migration.3100610 | |
| PID_2719VD4A4TK0 | Chapter 11 PRD_1XGJRP3DW1XG | product | 4 | 90052700X04768200000 |
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);