inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 67744
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 307962 | 307962 | 506808 506808 | 67744 67744 |
| 307963 | 307963 | 536103 536103 | 67744 67744 |
| 307964 | 307964 | 112226 112226 | 67744 67744 |
| 307965 | 307965 | 327082 327082 | 67744 67744 |
| 307966 | 307966 | 46712 46712 | 67744 67744 |
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)
);