inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 108417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 102423 | 102423 | 77020 77020 | 108417 108417 |
| 102424 | 102424 | 325815 325815 | 108417 108417 |
| 102425 | 102425 | 263076 263076 | 108417 108417 |
| 102426 | 102426 | 488576 488576 | 108417 108417 |
| 102427 | 102427 | 527017 527017 | 108417 108417 |
| 102428 | 102428 | 230795 230795 | 108417 108417 |
| 102429 | 102429 | 263075 263075 | 108417 108417 |
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)
);