inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 102573
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 675600 | 675600 | 296409 296409 | 102573 102573 |
| 675601 | 675601 | 190186 190186 | 102573 102573 |
| 675602 | 675602 | 259343 259343 | 102573 102573 |
| 675603 | 675603 | 211401 211401 | 102573 102573 |
| 675604 | 675604 | 69722 69722 | 102573 102573 |
| 675605 | 675605 | 143014 143014 | 102573 102573 |
| 675606 | 675606 | 296408 296408 | 102573 102573 |
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)
);