inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 42362
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 538098 | 538098 | 129585 129585 | 42362 42362 |
| 538099 | 538099 | 516060 516060 | 42362 42362 |
| 538100 | 538100 | 305398 305398 | 42362 42362 |
| 538101 | 538101 | 22013 22013 | 42362 42362 |
| 538102 | 538102 | 287472 287472 | 42362 42362 |
| 538103 | 538103 | 45003 45003 | 42362 42362 |
| 538104 | 538104 | 33274 33274 | 42362 42362 |
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)
);