inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 161080
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 293624 | 293624 | 224226 224226 | 161080 161080 |
| 293625 | 293625 | 535824 535824 | 161080 161080 |
| 293626 | 293626 | 110656 110656 | 161080 161080 |
| 293627 | 293627 | 246611 246611 | 161080 161080 |
| 293628 | 293628 | 336217 336217 | 161080 161080 |
| 293629 | 293629 | 171946 171946 | 161080 161080 |
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)
);