product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_2W3RG77EVZV0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2SBJN12BRR40 | Chapter 4 PRD_2W3RG77EVZV0 | content | 1 | b3770ab6-63a0-40c7-8147-3b8a59a0cd45 | |
| PID_1R1G9QCCA4M0 | Chapter 4 PRD_2W3RG77EVZV0 | product | 9 | 6810000013154 | |
| PID_1Z1CNF7V3N30 | Chapter 4 PRD_2W3RG77EVZV0 | product | 2 | bwg_migration.3169407 | |
| PID_235ZGGRMNHP0 | Chapter 4 PRD_2W3RG77EVZV0 | product | 7 | 6810000013154 | |
| PID_3N7P77K2YKCG | Chapter 4 PRD_2W3RG77EVZV0 | product | 4 | 04000000C00003127187 | |
| PID_3P7SVFSP12HG | Chapter 4 PRD_2W3RG77EVZV0 | product | 8 | 6810000013154 |
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);