inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16745
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 422674 | 422674 | 344018 344018 | 16745 16745 |
| 422675 | 422675 | 8050 8050 | 16745 16745 |
| 422676 | 422676 | 79872 79872 | 16745 16745 |
| 422677 | 422677 | 201567 201567 | 16745 16745 |
| 422678 | 422678 | 220197 220197 | 16745 16745 |
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)
);