inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 82255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 901324 | 901324 | 235506 235506 | 82255 82255 |
| 901325 | 901325 | 154959 154959 | 82255 82255 |
| 901326 | 901326 | 207095 207095 | 82255 82255 |
| 901327 | 901327 | 76680 76680 | 82255 82255 |
| 901328 | 901328 | 207096 207096 | 82255 82255 |
| 901329 | 901329 | 56479 56479 | 82255 82255 |
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)
);