inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 108080
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 932703 | 932703 | 76627 76627 | 108080 108080 |
| 932704 | 932704 | 231272 231272 | 108080 108080 |
| 932705 | 932705 | 207023 207023 | 108080 108080 |
| 932706 | 932706 | 154915 154915 | 108080 108080 |
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)
);