inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 37295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 394789 | 394789 | 119332 119332 | 37295 37295 |
| 394790 | 394790 | 326514 326514 | 37295 37295 |
| 394791 | 394791 | 278525 278525 | 37295 37295 |
| 394792 | 394792 | 510194 510194 | 37295 37295 |
| 394793 | 394793 | 64248 64248 | 37295 37295 |
| 394794 | 394794 | 19370 19370 | 37295 37295 |
| 394795 | 394795 | 278526 278526 | 37295 37295 |
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)
);