inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 116157 | 116157 | 37123 37123 | 15295 15295 |
| 116158 | 116158 | 264002 264002 | 15295 15295 |
| 116159 | 116159 | 77356 77356 | 15295 15295 |
| 116160 | 116160 | 264001 264001 | 15295 15295 |
| 116161 | 116161 | 155467 155467 | 15295 15295 |
| 116162 | 116162 | 298117 298117 | 15295 15295 |
| 116163 | 116163 | 7179 7179 | 15295 15295 |
| 116164 | 116164 | 241656 241656 | 15295 15295 |
| 116165 | 116165 | 488702 488702 | 15295 15295 |
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)
);