inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 102199
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305863 | 305863 | 495534 495534 | 102199 102199 |
| 305864 | 305864 | 482087 482087 | 102199 102199 |
| 305865 | 305865 | 69486 69486 | 102199 102199 |
| 305866 | 305866 | 89827 89827 | 102199 102199 |
| 305867 | 305867 | 316065 316065 | 102199 102199 |
| 305868 | 305868 | 459882 459882 | 102199 102199 |
| 305869 | 305869 | 415906 415906 | 102199 102199 |
| 305870 | 305870 | 369174 369174 | 102199 102199 |
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)
);