inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 85690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 348206 | 348206 | 154997 154997 | 85690 85690 |
| 348207 | 348207 | 207117 207117 | 85690 85690 |
| 348208 | 348208 | 207118 207118 | 85690 85690 |
| 348209 | 348209 | 240731 240731 | 85690 85690 |
| 348210 | 348210 | 58637 58637 | 85690 85690 |
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)
);