inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 107325
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 691894 | 691894 | 487332 487332 | 107325 107325 |
| 691895 | 691895 | 154433 154433 | 107325 107325 |
| 691896 | 691896 | 312272 312272 | 107325 107325 |
| 691897 | 691897 | 75955 75955 | 107325 107325 |
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)
);