inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 2981
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 37574 | 37574 | 71746 71746 | 2981 2981 |
| 37575 | 37575 | 1157 1157 | 2981 2981 |
| 37576 | 37576 | 154831 154831 | 2981 2981 |
| 37577 | 37577 | 76526 76526 | 2981 2981 |
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)
);