inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 112619
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 425581 | 425581 | 279697 279697 | 112619 112619 |
| 425582 | 425582 | 220078 220078 | 112619 112619 |
| 425583 | 425583 | 317847 317847 | 112619 112619 |
| 425584 | 425584 | 490257 490257 | 112619 112619 |
| 425585 | 425585 | 279696 279696 | 112619 112619 |
| 425586 | 425586 | 80028 80028 | 112619 112619 |
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)
);