inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 58
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 14093 | 14093 | 17 17 | 58 58 |
| 14094 | 14094 | 486852 486852 | 58 58 |
| 14095 | 14095 | 28312 28312 | 58 58 |
| 14096 | 14096 | 295719 295719 | 58 58 |
| 14097 | 14097 | 258990 258990 | 58 58 |
| 14098 | 14098 | 5637 5637 | 58 58 |
| 14099 | 14099 | 211943 211943 | 58 58 |
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)
);