inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 151244
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 174282 | 174282 | 227585 227585 | 151244 151244 |
| 174283 | 174283 | 104787 104787 | 151244 151244 |
| 174284 | 174284 | 168613 168613 | 151244 151244 |
| 174285 | 174285 | 503486 503486 | 151244 151244 |
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)
);