inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23560
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 416283 | 416283 | 11795 11795 | 23560 23560 |
| 416284 | 416284 | 497734 497734 | 23560 23560 |
| 416285 | 416285 | 64599 64599 | 23560 23560 |
| 416286 | 416286 | 94106 94106 | 23560 23560 |
| 416287 | 416287 | 325983 325983 | 23560 23560 |
| 416288 | 416288 | 250431 250431 | 23560 23560 |
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)
);