inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 42075
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 806012 | 806012 | 37585 37585 | 42075 42075 |
| 806013 | 806013 | 21862 21862 | 42075 42075 |
| 806014 | 806014 | 287218 287218 | 42075 42075 |
| 806015 | 806015 | 254946 254946 | 42075 42075 |
| 806016 | 806016 | 49375 49375 | 42075 42075 |
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)
);