inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 176154
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 411485 | 411485 | 202820 202820 | 176154 176154 |
| 411486 | 411486 | 119631 119631 | 176154 176154 |
| 411487 | 411487 | 510302 510302 | 176154 176154 |
| 411488 | 411488 | 320149 320149 | 176154 176154 |
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)
);