inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 35843
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 41976 | 41976 | 18616 18616 | 35843 35843 |
| 41977 | 41977 | 276415 276415 | 35843 35843 |
| 41978 | 41978 | 248962 248962 | 35843 35843 |
| 41979 | 41979 | 45700 45700 | 35843 35843 |
| 41980 | 41980 | 28622 28622 | 35843 35843 |
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)
);