inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 61613
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 502456 | 502456 | 327632 327632 | 61613 61613 |
| 502457 | 502457 | 126582 126582 | 61613 61613 |
| 502458 | 502458 | 513347 513347 | 61613 61613 |
| 502459 | 502459 | 40932 40932 | 61613 61613 |
| 502460 | 502460 | 45845 45845 | 61613 61613 |
| 502461 | 502461 | 253918 253918 | 61613 61613 |
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)
);