inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 17860
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 57345 | 57345 | 29149 29149 | 17860 17860 |
| 57346 | 57346 | 217974 217974 | 17860 17860 |
| 57347 | 57347 | 8665 8665 | 17860 17860 |
| 57348 | 57348 | 491139 491139 | 17860 17860 |
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)
);