inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 61819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 957237 | 957237 | 528715 528715 | 61819 61819 |
| 957238 | 957238 | 41222 41222 | 61819 61819 |
| 957239 | 957239 | 491290 491290 | 61819 61819 |
| 957240 | 957240 | 57734 57734 | 61819 61819 |
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)
);