inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404239
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 954261 | 954261 | 481907 481907 | 404239 404239 |
| 954262 | 954262 | 415033 415033 | 404239 404239 |
| 954263 | 954263 | 368435 368435 | 404239 404239 |
| 954264 | 954264 | 506095 506095 | 404239 404239 |
| 954265 | 954265 | 459340 459340 | 404239 404239 |
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)
);