inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 179010
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 441266 | 441266 | 179094 179094 | 179010 179010 |
| 441267 | 441267 | 121288 121288 | 179010 179010 |
| 441268 | 441268 | 537973 537973 | 179010 179010 |
| 441269 | 441269 | 219662 219662 | 179010 179010 |
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)
);