inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 147418
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 935084 | 935084 | 102353 102353 | 147418 147418 |
| 935085 | 935085 | 240328 240328 | 147418 147418 |
| 935086 | 935086 | 231467 231467 | 147418 147418 |
| 935087 | 935087 | 243437 243437 | 147418 147418 |
| 935088 | 935088 | 166313 166313 | 147418 147418 |
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)
);