product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_01CDE99WPKFG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0AQ1Z9PN2T10 | Chapter 1 PRD_01CDE99WPKFG | content | 1 | 92df440e-9401-4ffe-8626-5ba542ee4733 | |
| PID_061YAN5B54Y0 | Chapter 1 PRD_01CDE99WPKFG | product | 7 | 9781975359294 | |
| PID_1VZ9XB7NMA1G | Chapter 1 PRD_01CDE99WPKFG | product | 2 | bwg_migration.739867 | |
| PID_283MRWR1E6MG | Chapter 1 PRD_01CDE99WPKFG | product | 4 | 97535929D00000000001 | |
| PID_3HXKF4CZK8B0 | Chapter 1 PRD_01CDE99WPKFG | product | 3 | 9781975359294 |
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);