product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0NZB5G75Z57G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1NAQYVN7V0YG | Wanted: Mistress and Mother PRD_0NZB5G75Z57G | content | 1 | 3da810e7-4e56-4f0f-abe6-4955662f4a73 | |
| PID_01RMQ8GRNF6G | Wanted: Mistress and Mother PRD_0NZB5G75Z57G | product | 4 | 59629885C00002943261 | |
| PID_2BTK5GBPYGX0 | Wanted: Mistress and Mother PRD_0NZB5G75Z57G | product | 3 | 9784596298850 | |
| PID_2ZYY11W2GD00 | Wanted: Mistress and Mother PRD_0NZB5G75Z57G | product | 7 | 9784596298850 | |
| PID_3XM9R7YF3JKG | Wanted: Mistress and Mother PRD_0NZB5G75Z57G | product | 2 | bwg_migration.2960293 |
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);