inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 82107
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 696027 | 696027 | 294256 294256 | 82107 82107 |
| 696028 | 696028 | 522949 522949 | 82107 82107 |
| 696029 | 696029 | 258098 258098 | 82107 82107 |
| 696030 | 696030 | 56357 56357 | 82107 82107 |
| 696031 | 696031 | 541170 541170 | 82107 82107 |
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)
);