inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 148055
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 121461 | 121461 | 166632 166632 | 148055 148055 |
| 121462 | 121462 | 230080 230080 | 148055 148055 |
| 121463 | 121463 | 502001 502001 | 148055 148055 |
| 121464 | 121464 | 102797 102797 | 148055 148055 |
| 121465 | 121465 | 330974 330974 | 148055 148055 |
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)
);