inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60523
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 84787 | 84787 | 333514 333514 | 60523 60523 |
| 84788 | 84788 | 488156 488156 | 60523 60523 |
| 84789 | 84789 | 76562 76562 | 60523 60523 |
| 84790 | 84790 | 39147 39147 | 60523 60523 |
| 84791 | 84791 | 54735 54735 | 60523 60523 |
| 84792 | 84792 | 154862 154862 | 60523 60523 |
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)
);