inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15772
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 982167 | 982167 | 42025 42025 | 15772 15772 |
| 982168 | 982168 | 265755 265755 | 15772 15772 |
| 982169 | 982169 | 66009 66009 | 15772 15772 |
| 982170 | 982170 | 7477 7477 | 15772 15772 |
| 982171 | 982171 | 489109 489109 | 15772 15772 |
| 982172 | 982172 | 242766 242766 | 15772 15772 |
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)
);