inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 915
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 473963 | 473963 | 491032 491032 | 915 915 |
| 473964 | 473964 | 64470 64470 | 915 915 |
| 473965 | 473965 | 81696 81696 | 915 915 |
| 473966 | 473966 | 35566 35566 | 915 915 |
| 473967 | 473967 | 333 333 | 915 915 |
| 473968 | 473968 | 8610 8610 | 915 915 |
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)
);