inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 125870
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 230965 | 230965 | 88716 88716 | 125870 125870 |
| 230966 | 230966 | 495052 495052 | 125870 125870 |
| 230967 | 230967 | 330444 330444 | 125870 125870 |
| 230968 | 230968 | 236885 236885 | 125870 125870 |
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)
);