inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
14 rows where query_id = 15564
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 130496 | 130496 | 330155 330155 | 15564 15564 |
| 130497 | 130497 | 452601 452601 | 15564 15564 |
| 130498 | 130498 | 403766 403766 | 15564 15564 |
| 130499 | 130499 | 265128 265128 | 15564 15564 |
| 130500 | 130500 | 242229 242229 | 15564 15564 |
| 130501 | 130501 | 77656 77656 | 15564 15564 |
| 130502 | 130502 | 480751 480751 | 15564 15564 |
| 130503 | 130503 | 527341 527341 | 15564 15564 |
| 130504 | 130504 | 7345 7345 | 15564 15564 |
| 130505 | 130505 | 265129 265129 | 15564 15564 |
| 130506 | 130506 | 33703 33703 | 15564 15564 |
| 130507 | 130507 | 155672 155672 | 15564 15564 |
| 130508 | 130508 | 488940 488940 | 15564 15564 |
| 130509 | 130509 | 359379 359379 | 15564 15564 |
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)
);