inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16189
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 274823 | 274823 | 268382 268382 | 16189 16189 |
| 274824 | 274824 | 7723 7723 | 16189 16189 |
| 274825 | 274825 | 244161 244161 | 16189 16189 |
| 274826 | 274826 | 489531 489531 | 16189 16189 |
| 274827 | 274827 | 226877 226877 | 16189 16189 |
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)
);