inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 37389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 412645 | 412645 | 278715 278715 | 37389 37389 |
| 412646 | 412646 | 278716 278716 | 37389 37389 |
| 412647 | 412647 | 119768 119768 | 37389 37389 |
| 412648 | 412648 | 19420 19420 | 37389 37389 |
| 412649 | 412649 | 177944 177944 | 37389 37389 |
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)
);