inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 98170
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 227514 | 227514 | 224715 224715 | 98170 98170 |
| 227515 | 227515 | 320483 320483 | 98170 98170 |
| 227516 | 227516 | 246112 246112 | 98170 98170 |
| 227517 | 227517 | 494960 494960 | 98170 98170 |
| 227518 | 227518 | 66833 66833 | 98170 98170 |
| 227519 | 227519 | 88540 88540 | 98170 98170 |
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)
);