inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 7090
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 450082 | 450082 | 70595 70595 | 7090 7090 |
| 450083 | 450083 | 210247 210247 | 7090 7090 |
| 450084 | 450084 | 2834 2834 | 7090 7090 |
| 450085 | 450085 | 538184 538184 | 7090 7090 |
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)
);