inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 71497
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 915113 | 915113 | 229560 229560 | 71497 71497 |
| 915114 | 915114 | 207548 207548 | 71497 71497 |
| 915115 | 915115 | 235823 235823 | 71497 71497 |
| 915116 | 915116 | 155616 155616 | 71497 71497 |
| 915117 | 915117 | 207549 207549 | 71497 71497 |
| 915118 | 915118 | 49102 49102 | 71497 71497 |
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)
);