inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 117885
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 533264 | 533264 | 254866 254866 | 117885 117885 |
| 533265 | 533265 | 158129 158129 | 117885 117885 |
| 533266 | 533266 | 83577 83577 | 117885 117885 |
| 533267 | 533267 | 287039 287039 | 117885 117885 |
| 533268 | 533268 | 325046 325046 | 117885 117885 |
| 533269 | 533269 | 287040 287040 | 117885 117885 |
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)
);