inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 32839
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229161 | 229161 | 54689 54689 | 32839 32839 |
| 229162 | 229162 | 109717 109717 | 32839 32839 |
| 229163 | 229163 | 333465 333465 | 32839 32839 |
| 229164 | 229164 | 535662 535662 | 32839 32839 |
| 229165 | 229165 | 16982 16982 | 32839 32839 |
| 229166 | 229166 | 224625 224625 | 32839 32839 |
| 229167 | 229167 | 246220 246220 | 32839 32839 |
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)
);