inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 117985
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1020478 | 1020478 | 83636 83636 | 117985 117985 |
| 1020479 | 1020479 | 215808 215808 | 117985 117985 |
| 1020480 | 1020480 | 158150 158150 | 117985 117985 |
| 1020481 | 1020481 | 255181 255181 | 117985 117985 |
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)
);