inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 147097
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 77580 | 77580 | 166196 166196 | 147097 147097 |
| 77581 | 77581 | 102149 102149 | 147097 147097 |
| 77582 | 77582 | 260994 260994 | 147097 147097 |
| 77583 | 77583 | 260995 260995 | 147097 147097 |
| 77584 | 77584 | 319837 319837 | 147097 147097 |
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)
);