inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 350652
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 878982 | 878982 | 265625 265625 | 350652 350652 |
| 878983 | 878983 | 281129 281129 | 350652 350652 |
| 878984 | 878984 | 276343 276343 | 350652 350652 |
| 878985 | 878985 | 274333 274333 | 350652 350652 |
| 878986 | 878986 | 274138 274138 | 350652 350652 |
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)
);