inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 107078
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 685030 | 685030 | 296727 296727 | 107078 107078 |
| 685031 | 685031 | 487127 487127 | 107078 107078 |
| 685032 | 685032 | 75719 75719 | 107078 107078 |
| 685033 | 685033 | 296728 296728 | 107078 107078 |
| 685034 | 685034 | 321429 321429 | 107078 107078 |
| 685035 | 685035 | 154255 154255 | 107078 107078 |
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)
);