inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18110
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 490208 | 490208 | 8804 8804 | 18110 18110 |
| 490209 | 490209 | 82313 82313 | 18110 18110 |
| 490210 | 490210 | 253357 253357 | 18110 18110 |
| 490211 | 490211 | 491398 491398 | 18110 18110 |
| 490212 | 490212 | 346477 346477 | 18110 18110 |
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)
);