inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 105669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 819474 | 819474 | 153529 153529 | 105669 105669 |
| 819475 | 819475 | 213332 213332 | 105669 105669 |
| 819476 | 819476 | 238531 238531 | 105669 105669 |
| 819477 | 819477 | 74601 74601 | 105669 105669 |
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)
);