inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 34928
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 342645 | 342645 | 18128 18128 | 34928 34928 |
| 342646 | 342646 | 536655 536655 | 34928 34928 |
| 342647 | 342647 | 507973 507973 | 34928 34928 |
| 342648 | 342648 | 160828 160828 | 34928 34928 |
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)
);