inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 110117
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 182522 | 182522 | 244056 244056 | 110117 110117 |
| 182523 | 182523 | 319708 319708 | 110117 110117 |
| 182524 | 182524 | 268179 268179 | 110117 110117 |
| 182525 | 182525 | 78406 78406 | 110117 110117 |
| 182526 | 182526 | 268178 268178 | 110117 110117 |
| 182527 | 182527 | 489456 489456 | 110117 110117 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);