inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 26845
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 944259 | 944259 | 40685 40685 | 26845 26845 |
| 944260 | 944260 | 287053 287053 | 26845 26845 |
| 944261 | 944261 | 13581 13581 | 26845 26845 |
| 944262 | 944262 | 532527 532527 | 26845 26845 |
| 944263 | 944263 | 254878 254878 | 26845 26845 |
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)
);