inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 41329
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 396612 | 396612 | 32632 32632 | 41329 41329 |
| 396613 | 396613 | 254560 254560 | 41329 41329 |
| 396614 | 396614 | 539171 539171 | 41329 41329 |
| 396615 | 396615 | 21471 21471 | 41329 41329 |
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)
);