inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 36286
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 376111 | 376111 | 221488 221488 | 36286 36286 |
| 376112 | 376112 | 18845 18845 | 36286 36286 |
| 376113 | 376113 | 341528 341528 | 36286 36286 |
| 376114 | 376114 | 117200 117200 | 36286 36286 |
| 376115 | 376115 | 35635 35635 | 36286 36286 |
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)
);