inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405298
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1029964 | 1029964 | 492361 492361 | 405298 405298 |
| 1029965 | 1029965 | 380751 380751 | 405298 405298 |
| 1029966 | 1029966 | 468604 468604 | 405298 405298 |
| 1029967 | 1029967 | 429296 429296 | 405298 405298 |
| 1029968 | 1029968 | 484166 484166 | 405298 405298 |
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)
);