inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 750192 | 750192 | 491625 491625 | 18295 18295 |
| 750193 | 750193 | 56864 56864 | 18295 18295 |
| 750194 | 750194 | 284821 284821 | 18295 18295 |
| 750195 | 750195 | 253659 253659 | 18295 18295 |
| 750196 | 750196 | 8908 8908 | 18295 18295 |
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)
);