inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17924
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 479964 | 479964 | 217884 217884 | 17924 17924 |
| 479965 | 479965 | 81963 81963 | 17924 17924 |
| 479966 | 479966 | 8700 8700 | 17924 17924 |
| 479967 | 479967 | 252984 252984 | 17924 17924 |
| 479968 | 479968 | 491198 491198 | 17924 17924 |
| 479969 | 479969 | 69206 69206 | 17924 17924 |
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)
);