inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 156275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 211329 | 211329 | 107813 107813 | 156275 156275 |
| 211330 | 211330 | 225458 225458 | 156275 156275 |
| 211331 | 211331 | 535291 535291 | 156275 156275 |
| 211332 | 211332 | 245299 245299 | 156275 156275 |
| 211333 | 211333 | 299184 299184 | 156275 156275 |
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)
);