inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 640
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 717708 | 717708 | 242906 242906 | 640 640 |
| 717709 | 717709 | 493830 493830 | 640 640 |
| 717710 | 717710 | 33992 33992 | 640 640 |
| 717711 | 717711 | 266062 266062 | 640 640 |
| 717712 | 717712 | 9779 9779 | 640 640 |
| 717713 | 717713 | 234 234 | 640 640 |
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)
);