inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 139149
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 472613 | 472613 | 96844 96844 | 139149 139149 |
| 472614 | 472614 | 252609 252609 | 139149 139149 |
| 472615 | 472615 | 218244 218244 | 139149 139149 |
| 472616 | 472616 | 163910 163910 | 139149 139149 |
| 472617 | 472617 | 532092 532092 | 139149 139149 |
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)
);