inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 40104
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 491620 | 491620 | 20843 20843 | 40104 40104 |
| 491621 | 491621 | 69186 69186 | 40104 40104 |
| 491622 | 491622 | 512976 512976 | 40104 40104 |
| 491623 | 491623 | 125894 125894 | 40104 40104 |
| 491624 | 491624 | 318565 318565 | 40104 40104 |
| 491625 | 491625 | 203104 203104 | 40104 40104 |
| 491626 | 491626 | 217466 217466 | 40104 40104 |
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)
);