product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3PYNYKVXCEG0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0HK1GDZTDE7G | Chapter 25 PRD_3PYNYKVXCEG0 | content | 1 | 9a38d695-0042-48cb-94bf-e4dfce29738f | |
| PID_0VDJ7XP9BWJ0 | Chapter 25 PRD_3PYNYKVXCEG0 | product | 7 | 15Gge25a00 | |
| PID_1S8XYKGBN25G | Chapter 25 PRD_3PYNYKVXCEG0 | product | 2 | bwg_migration.2655563 | |
| PID_2DF8T597CY8G | Chapter 25 PRD_3PYNYKVXCEG0 | product | 4 | 90052700X02751800000 | |
| PID_3Q978CXXG0F0 | Chapter 25 PRD_3PYNYKVXCEG0 | product | 3 | 9798893714609 |
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);