inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 81875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 901469 | 901469 | 207134 207134 | 81875 81875 |
| 901470 | 901470 | 155008 155008 | 81875 81875 |
| 901471 | 901471 | 207135 207135 | 81875 81875 |
| 901472 | 901472 | 56167 56167 | 81875 81875 |
| 901473 | 901473 | 207131 207131 | 81875 81875 |
| 901474 | 901474 | 235539 235539 | 81875 81875 |
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)
);