inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 10186
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 139049 | 139049 | 534306 534306 | 10186 10186 |
| 139050 | 139050 | 4130 4130 | 10186 10186 |
| 139051 | 139051 | 242604 242604 | 10186 10186 |
| 139052 | 139052 | 342987 342987 | 10186 10186 |
| 139053 | 139053 | 15426 15426 | 10186 10186 |
| 139054 | 139054 | 59937 59937 | 10186 10186 |
| 139055 | 139055 | 265447 265447 | 10186 10186 |
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)
);