inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 29544
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 877966 | 877966 | 502374 502374 | 29544 29544 |
| 877967 | 877967 | 241923 241923 | 29544 29544 |
| 877968 | 877968 | 264501 264501 | 29544 29544 |
| 877969 | 877969 | 15167 15167 | 29544 29544 |
| 877970 | 877970 | 39409 39409 | 29544 29544 |
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)
);