inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 1622
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 770145 | 770145 | 208126 208126 | 1622 1622 |
| 770146 | 770146 | 208127 208127 | 1622 1622 |
| 770147 | 770147 | 645 645 | 1622 1622 |
| 770148 | 770148 | 72937 72937 | 1622 1622 |
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)
);