inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 223763
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 682956 | 682956 | 296584 296584 | 223763 223763 |
| 682957 | 682957 | 190567 190567 | 223763 223763 |
| 682958 | 682958 | 296583 296583 | 223763 223763 |
| 682959 | 682959 | 147375 147375 | 223763 223763 |
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)
);