inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3261
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 188094 | 188094 | 1287 1287 | 3261 3261 |
| 188095 | 188095 | 197063 197063 | 3261 3261 |
| 188096 | 188096 | 543184 543184 | 3261 3261 |
| 188097 | 188097 | 332765 332765 | 3261 3261 |
| 188098 | 188098 | 70715 70715 | 3261 3261 |
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)
);