inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27459
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 485970 | 485970 | 256727 256727 | 27459 27459 |
| 485971 | 485971 | 532845 532845 | 27459 27459 |
| 485972 | 485972 | 13924 13924 | 27459 27459 |
| 485973 | 485973 | 33076 33076 | 27459 27459 |
| 485974 | 485974 | 49721 49721 | 27459 27459 |
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)
);