product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2CVSVF2R92PG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0BQTXYEYKX50 | Chapter 3 PRD_2CVSVF2R92PG | content | 1 | 71f9e6b1-52d5-4465-9a87-16732f88379e | |
| PID_14SBC6GYFMJG | Chapter 3 PRD_2CVSVF2R92PG | product | 4 | 04000000C00001278660 | |
| PID_28XPB89A1GSG | Chapter 3 PRD_2CVSVF2R92PG | product | 6 | 3315-640580-01 | |
| PID_3EV22EBMGP90 | Chapter 3 PRD_2CVSVF2R92PG | product | 2 | bwg_migration.1053103 | |
| PID_3JZCSZW0AJW0 | Chapter 3 PRD_2CVSVF2R92PG | product | 7 | 4002093 |
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);