inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 26035
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 982999 | 982999 | 13140 13140 | 26035 26035 |
| 983000 | 983000 | 257712 257712 | 26035 26035 |
| 983001 | 983001 | 42050 42050 | 26035 26035 |
| 983002 | 983002 | 52986 52986 | 26035 26035 |
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)
);