inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where query_id = 19656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 110275 | 110275 | 9642 9642 | 19656 19656 |
| 110276 | 110276 | 86013 86013 | 19656 19656 |
| 110277 | 110277 | 263507 263507 | 19656 19656 |
| 110278 | 110278 | 493554 493554 | 19656 19656 |
| 110279 | 110279 | 62056 62056 | 19656 19656 |
| 110280 | 110280 | 201805 201805 | 19656 19656 |
| 110281 | 110281 | 31270 31270 | 19656 19656 |
| 110282 | 110282 | 230502 230502 | 19656 19656 |
| 110283 | 110283 | 241393 241393 | 19656 19656 |
| 110284 | 110284 | 263505 263505 | 19656 19656 |
| 110285 | 110285 | 263506 263506 | 19656 19656 |
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)
);