inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 30029
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 136741 | 136741 | 103637 103637 | 30029 30029 |
| 136742 | 136742 | 39720 39720 | 30029 30029 |
| 136743 | 136743 | 15420 15420 | 30029 30029 |
| 136744 | 136744 | 61921 61921 | 30029 30029 |
| 136745 | 136745 | 502894 502894 | 30029 30029 |
| 136746 | 136746 | 265325 265325 | 30029 30029 |
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)
);