inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 152891
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 187817 | 187817 | 268466 268466 | 152891 152891 |
| 187818 | 187818 | 244211 244211 | 152891 152891 |
| 187819 | 187819 | 105794 105794 | 152891 152891 |
| 187820 | 187820 | 504023 504023 | 152891 152891 |
| 187821 | 187821 | 268465 268465 | 152891 152891 |
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)
);