inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15202
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28379 | 28379 | 248996 248996 | 15202 15202 |
| 28380 | 28380 | 7126 7126 | 15202 15202 |
| 28381 | 28381 | 30011 30011 | 15202 15202 |
| 28382 | 28382 | 276468 276468 | 15202 15202 |
| 28383 | 28383 | 531220 531220 | 15202 15202 |
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)
);