inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23581
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 15468 | 15468 | 531659 531659 | 23581 23581 |
| 15469 | 15469 | 250448 250448 | 23581 23581 |
| 15470 | 15470 | 11807 11807 | 23581 23581 |
| 15471 | 15471 | 28353 28353 | 23581 23581 |
| 15472 | 15472 | 497760 497760 | 23581 23581 |
| 15473 | 15473 | 279018 279018 | 23581 23581 |
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)
);