inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 22482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764214 | 764214 | 248484 248484 | 22482 22482 |
| 764215 | 764215 | 275593 275593 | 22482 22482 |
| 764216 | 764216 | 11206 11206 | 22482 22482 |
| 764217 | 764217 | 36194 36194 | 22482 22482 |
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)
);