inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 92805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 612257 | 612257 | 213716 213716 | 92805 92805 |
| 612258 | 612258 | 257060 257060 | 92805 92805 |
| 612259 | 612259 | 63331 63331 | 92805 92805 |
| 612260 | 612260 | 302193 302193 | 92805 92805 |
| 612261 | 612261 | 500645 500645 | 92805 92805 |
| 612262 | 612262 | 100690 100690 | 92805 92805 |
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)
);