inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 61189
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 923466 | 923466 | 254515 254515 | 61189 61189 |
| 923467 | 923467 | 66522 66522 | 61189 61189 |
| 923468 | 923468 | 532452 532452 | 61189 61189 |
| 923469 | 923469 | 40120 40120 | 61189 61189 |
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)
);