inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 2569
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 292124 | 292124 | 110531 110531 | 2569 2569 |
| 292125 | 292125 | 171854 171854 | 2569 2569 |
| 292126 | 292126 | 17289 17289 | 2569 2569 |
| 292127 | 292127 | 993 993 | 2569 2569 |
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)
);