inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17891
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895464 | 895464 | 8682 8682 | 17891 17891 |
| 895465 | 895465 | 528659 528659 | 17891 17891 |
| 895466 | 895466 | 252944 252944 | 17891 17891 |
| 895467 | 895467 | 39714 39714 | 17891 17891 |
| 895468 | 895468 | 283599 283599 | 17891 17891 |
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)
);