inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 937143 | 937143 | 40531 40531 | 17630 17630 |
| 937144 | 937144 | 8533 8533 | 17630 17630 |
| 937145 | 937145 | 54104 54104 | 17630 17630 |
| 937146 | 937146 | 252292 252292 | 17630 17630 |
| 937147 | 937147 | 282392 282392 | 17630 17630 |
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)
);