inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 14008
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 74285 | 74285 | 260961 260961 | 14008 14008 |
| 74286 | 74286 | 487941 487941 | 14008 14008 |
| 74287 | 74287 | 260962 260962 | 14008 14008 |
| 74288 | 74288 | 6377 6377 | 14008 14008 |
| 74289 | 74289 | 34363 34363 | 14008 14008 |
| 74290 | 74290 | 240124 240124 | 14008 14008 |
| 74291 | 74291 | 154690 154690 | 14008 14008 |
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)
);