inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 42299
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 806860 | 806860 | 37652 37652 | 42299 42299 |
| 806861 | 806861 | 68935 68935 | 42299 42299 |
| 806862 | 806862 | 287422 287422 | 42299 42299 |
| 806863 | 806863 | 21981 21981 | 42299 42299 |
| 806864 | 806864 | 539448 539448 | 42299 42299 |
| 806865 | 806865 | 255025 255025 | 42299 42299 |
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)
);