inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 154096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 196313 | 196313 | 534986 534986 | 154096 154096 |
| 196314 | 196314 | 226397 226397 | 154096 154096 |
| 196315 | 196315 | 106503 106503 | 154096 154096 |
| 196316 | 196316 | 169413 169413 | 154096 154096 |
| 196317 | 196317 | 334200 334200 | 154096 154096 |
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)
);