product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_212N21RT1Z4G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2KV3EFSHSJ9G | Chapter 15 PRD_212N21RT1Z4G | content | 1 | 2114022e-1fea-47b3-a249-e76acb09a86a | |
| PID_0PWRQBC93W8G | Chapter 15 PRD_212N21RT1Z4G | product | 3 | 9798893704365 | |
| PID_1V3BJW6TNRZG | Chapter 15 PRD_212N21RT1Z4G | product | 7 | 115h517a00 | |
| PID_2RYQ5J774YF0 | Chapter 15 PRD_212N21RT1Z4G | product | 2 | bwg_migration.2215814 | |
| PID_3CX213SGYTJ0 | Chapter 15 PRD_212N21RT1Z4G | product | 4 | 90052700X02367600000 |
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);