inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 102292
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 560183 | 560183 | 215079 215079 | 102292 102292 |
| 560184 | 560184 | 69544 69544 | 102292 102292 |
| 560185 | 560185 | 83759 83759 | 102292 102292 |
| 560186 | 560186 | 492477 492477 | 102292 102292 |
| 560187 | 560187 | 340035 340035 | 102292 102292 |
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)
);