inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 23015
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 397061 | 397061 | 11497 11497 | 23015 23015 |
| 397062 | 397062 | 249530 249530 | 23015 23015 |
| 397063 | 397063 | 531393 531393 | 23015 23015 |
| 397064 | 397064 | 32661 32661 | 23015 23015 |
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)
);