inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 40390
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 342791 | 342791 | 20990 20990 | 40390 40390 |
| 342792 | 342792 | 540101 540101 | 40390 40390 |
| 342793 | 342793 | 31479 31479 | 40390 40390 |
| 342794 | 342794 | 255554 255554 | 40390 40390 |
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)
);