inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405741
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 961251 | 961251 | 394259 394259 | 405741 405741 |
| 961252 | 961252 | 479138 479138 | 405741 405741 |
| 961253 | 961253 | 544049 544049 | 405741 405741 |
| 961254 | 961254 | 485537 485537 | 405741 405741 |
| 961255 | 961255 | 445893 445893 | 405741 405741 |
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)
);