inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 248158 | 248158 | 396183 396183 | 403512 403512 |
| 248159 | 248159 | 352160 352160 | 403512 403512 |
| 248160 | 248160 | 501405 501405 | 403512 403512 |
| 248161 | 248161 | 447541 447541 | 403512 403512 |
| 248162 | 248162 | 479821 479821 | 403512 403512 |
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)
);