inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 42518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 540422 | 540422 | 516549 516549 | 42518 42518 |
| 540423 | 540423 | 287628 287628 | 42518 42518 |
| 540424 | 540424 | 287627 287627 | 42518 42518 |
| 540425 | 540425 | 41632 41632 | 42518 42518 |
| 540426 | 540426 | 22094 22094 | 42518 42518 |
| 540427 | 540427 | 255103 255103 | 42518 42518 |
| 540428 | 540428 | 58422 58422 | 42518 42518 |
| 540429 | 540429 | 130011 130011 | 42518 42518 |
| 540430 | 540430 | 339750 339750 | 42518 42518 |
| 540431 | 540431 | 287626 287626 | 42518 42518 |
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)
);