inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60623
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 874266 | 874266 | 501064 501064 | 60623 60623 |
| 874267 | 874267 | 293484 293484 | 60623 60623 |
| 874268 | 874268 | 533305 533305 | 60623 60623 |
| 874269 | 874269 | 257702 257702 | 60623 60623 |
| 874270 | 874270 | 101189 101189 | 60623 60623 |
| 874271 | 874271 | 39335 39335 | 60623 60623 |
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)
);