inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 296916
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 389361 | 389361 | 205690 205690 | 296916 296916 |
| 389362 | 389362 | 202790 202790 | 296916 296916 |
| 389363 | 389363 | 220933 220933 | 296916 296916 |
| 389364 | 389364 | 311088 311088 | 296916 296916 |
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)
);