product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_21QZA6F5T420"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2C53J992HD40 | Pregnant and Protected PRD_21QZA6F5T420 | content | 1 | 0227b3b7-3dd4-43d9-a07b-ae788499bafd | |
| PID_08W0JT2E06J0 | Pregnant and Protected PRD_21QZA6F5T420 | product | 7 | 9784596254214 | |
| PID_1EVC5GW8KC5G | Pregnant and Protected PRD_21QZA6F5T420 | product | 2 | bwg_migration.2961708 | |
| PID_1JZZ11N4588G | Pregnant and Protected PRD_21QZA6F5T420 | product | 4 | 59625421C00002942051 | |
| PID_34SNQ99JEAF0 | Pregnant and Protected PRD_21QZA6F5T420 | product | 3 | 9784596254214 |
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);