inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 107274
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 689360 | 689360 | 487275 487275 | 107274 107274 |
| 689361 | 689361 | 75898 75898 | 107274 107274 |
| 689362 | 689362 | 321317 321317 | 107274 107274 |
| 689363 | 689363 | 297078 297078 | 107274 107274 |
| 689364 | 689364 | 210933 210933 | 107274 107274 |
| 689365 | 689365 | 154389 154389 | 107274 107274 |
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)
);