inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 116866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 500329 | 500329 | 342269 342269 | 116866 116866 |
| 500330 | 500330 | 253825 253825 | 116866 116866 |
| 500331 | 500331 | 285120 285120 | 116866 116866 |
| 500332 | 500332 | 217064 217064 | 116866 116866 |
| 500333 | 500333 | 491778 491778 | 116866 116866 |
| 500334 | 500334 | 285119 285119 | 116866 116866 |
| 500335 | 500335 | 82886 82886 | 116866 116866 |
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)
);